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:
| Role | Permissions |
|---|---|
| Owner | Full access, billing management, can delete the organization |
| Admin | Manage agents, members, settings. Cannot delete the organization |
| Member | Create tasks, view agents, access knowledge bases |
| Viewer | Read-only access to dashboards and logs |
Creating an Organization
- Sign in to agent.ceo
- Click Create Organization from the dashboard
- Choose a name and optional template
- 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