Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique key for idempotent requests. If provided, the server ensures the request is processed at most once. Retries with the same key return the original response. SDKs auto-generate this for write requests.
"550e8400-e29b-41d4-a716-446655440000"
Create a model configuration.
api_key is the raw secret material; it will be stored in Basis Theory and only the alias is persisted.
For providers that Cyberdesk does not provide keys for, api_key is required.
1 - 255LangChain provider name (e.g. 'anthropic', 'openai').
1 - 50Provider model identifier (e.g. 'claude-sonnet-4-5-20250929').
1 - 255Provider-specific kwargs passed through to LangChain.
True if this model has native computer use capabilities. If True, can be used for main agent, focused actions, and fallbacks for those agents.
Raw API key (stored in Basis Theory; never persisted directly).
Successful Response
API response schema for model configurations.
1 - 255LangChain provider name (e.g. 'anthropic', 'openai').
1 - 50Provider model identifier (e.g. 'claude-sonnet-4-5-20250929').
1 - 255Provider-specific kwargs passed through to LangChain.
True if this model has native computer use capabilities. If True, can be used for main agent, focused actions, and fallbacks for those agents.
Basis Theory token id (alias) used to resolve api_key at runtime.