cURL
curl --request GET \ --url https://api.rigbox.dev/api/workspaces/{id}/ai-config \ --header 'Authorization: Bearer <token>'
{ "mode": "managed", "model": "<string>", "provider": "google", "status": "managed_active", "updated_at": "2023-11-07T05:31:56Z" }
Get the AI provider configuration for a specific workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Workspace AI configuration
managed
byok
google
openai
anthropic
managed_active
byok_active
invalid_missing_key