Pre-built agents that work on day one.
Curated, production-ready agent templates for every department. Install, configure permissions, and run. Or build your own from scratch.
Apply for access3 agents available
# Library
stablestablebeta
opencompanyco-founder
Strategic decision-making, planning, and cross-functional coordination. Reads context from across your company and proposes actions.
capabilities: - slack (integration) - linear (integration) ... 8 more
claude-codeopusleadership
opencompanymini-claw
Lightweight coding assistant that reviews PRs, fixes small bugs, and handles routine engineering tasks autonomously.
capabilities: - github (integration) - linear (integration) ... 5 more
claude-codesonnetengineering
opencompanycontent-buddy
Drafts blog posts, social updates, and marketing copy. Keeps your brand voice consistent across channels.
capabilities: - notion (integration) - slack (integration) ... 5 more
claude-codesonnetmarketing
# Build your own
One YAML file. Any runtime, any model, any integrations.
$ oc init my-agent
→ created agents/my-agent.yaml
$ cat agents/my-agent.yaml
runtime: claude-code
name: my-agent
model: sonnet
permissions:
github:
create_pr: on
merge: ask
push_to_main: off
slack:
send_message: on
integrations:
github:
token: vault://github/prod-token
slack:
token: vault://slack/bot-token
$ oc run my-agent
✓ sandbox ready
✓ secrets injected
✓ agent live