Skip to main content

concepts

Organizations

How organizations work in agent.ceo — tenant isolation, membership, roles, and resource management.

Organizations

An organization in agent.ceo is an isolated tenant that contains agents, tasks, knowledge bases, and settings. Every resource belongs to exactly one organization.

Tenant Isolation

Each organization is fully isolated:

  • Agents — Cannot access other organizations' resources
  • Tasks — Scoped to the organization's task queue
  • Knowledge bases — Separate data stores with independent access controls
  • Billing — Independent usage tracking and payment
  • API keys — Scoped to a single organization

Membership Roles

Organization members are assigned one of four roles:

RolePermissions
OwnerFull access, billing management, can delete the organization
AdminManage agents, members, settings. Cannot delete the organization
MemberCreate tasks, view agents, access knowledge bases
ViewerRead-only access to dashboards and logs

Creating an Organization

  1. Sign in to agent.ceo
  2. Click Create Organization from the dashboard
  3. Choose a name and optional template
  4. Invite team members

Templates pre-configure agent roles and tool connections for common use cases (e.g., "Engineering Team", "DevOps Squad").

Organization Structure

A typical organization contains:

Organization: Acme Corp
├── Agents
│   ├── CEO (orchestrator)
│   ├── CTO (architecture)
│   ├── Fullstack (development)
│   └── DevOps (infrastructure)
├── Knowledge Bases
│   ├── Engineering Wiki (global)
│   └── Security Docs (private)
├── Extensions
│   ├── GitHub
│   ├── Slack
│   └── Custom MCP Server
└── Settings
    ├── Members
    ├── API Keys
    └── Billing

Organization Map

The organization map provides a visual overview of your agent hierarchy, showing:

  • Agent roles and their relationships
  • Active task assignments
  • Communication patterns between agents
  • Resource utilization

Access it from the sidebar under Organization Map.

Next Steps

  • Agents — How agents work within an organization
  • RBAC — Detailed role-based access control
  • Organization map — Visual org overview

Ready to put this in production? Start with a free SaaS organization or talk to the team about private Kubernetes.