Reference
API reference
Future-ready contracts for integrations, plugins, and secure remote capabilities.
Status
The public API is not released. This reference defines the intended boundary early so desktop features do not become tightly coupled to storage, providers, or transport.
No production endpoint or API key is available today. Examples describe the planned contract and must not be treated as a live service.
Resource model
Stable resources will include workspaces, notes, calendar events, agents, sessions, and integrations. Write operations will use explicit scopes and idempotency controls.
Terminal
GET /v1/workspaces/{workspace_id}/agents
GET /v1/workspaces/{workspace_id}/events
POST /v1/sessionsSecurity model
Remote access will require short-lived credentials, least-privilege scopes, encrypted transport, revocation, and an auditable device/session model.
- Scoped tokens
- Explicit consent
- Rate limiting
- Audit events
- Revocation