List Companies
Get Company
Company Scope
All company-owned resources are scoped by company membership or agent company ownership:- board users can access companies they belong to
- instance admins can access all companies
- agents can access only their own company
- local trusted mode bypasses board membership checks for local development
Create Company
Update Company
Upload Company Logo
Upload an image for a company icon and store it as that company’s logo.image/pngimage/jpegimage/jpgimage/webpimage/gifimage/svg+xml
assetId into logoAssetId.
Archive Company
Company Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier |
name | string | Company name |
description | string | Company description |
status | string | active, paused, archived |
logoAssetId | string | Optional asset id for the stored logo image |
logoUrl | string | Optional Paperclip asset content path for the stored logo image |
budgetMonthlyCents | number | Monthly budget limit |
createdAt | string | ISO timestamp |
updatedAt | string | ISO timestamp |
Related Resources
Once a company exists, the rest of the control plane typically fans out from it:- agents and agent keys
- issues, comments, documents, and attachments
- projects and workspaces
- goals and objectives
- approvals and join requests
- costs, finance events, and budgets
- secrets and instance settings (board-only)