opencompany
agents

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

# 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