Settings
Workspace configuration in one place. General settings, usage, the team, and the provider connections that authenticate engines.
/settings is the workspace’s control panel. It holds the configuration that
spans the whole organization rather than a single run.
What lives here
General and usage
Workspace settings and usage meters, backed by GET /api/config and
GET /api/settings.
Team
The members of the organization.
Provider connections
Managed accounts and API keys that authenticate engines. See below.
Machine snapshots
The current sandbox and machine footprint.
Provider connections
An engine needs credentials, and there are two ways to supply them, both stored by the trusted backend:
| Method | How it works |
|---|---|
| Managed account | A ChatGPT or Codex account is connected with an OAuth flow. The account lifecycle (start, status, cancel, revoke) is driven from settings, and the credential never enters a sandbox. |
| API key | A key for a supported provider is stored write-only and resolved inside the signed provider gateway. |
Only metadata is visible in the UI; the reusable secret is write-only. See Provider connections and models for the full lifecycle and the providers served.