runtime_mutations
credentials

Get Credentials Status

Return {key: {set: bool, hint: str | null}} for every credential.

Reports the active user's visible credential state, optionally for one key.

get/api/credentials/status

Query parameters

key'OPENAI_API_KEY' | 'ANTHROPIC_API_KEY' | 'GEMINI_API_KEY' | 'OPENAI_CUSTOM_HEADERS' | 'ANTHROPIC_CUSTOM_HEADERS' | 'GEMINI_CUSTOM_HEADERS' | 'OPENROUTER_API_KEY' | 'YOU_API_KEY' | 'QUADRILLION_API_KEY' | 'QUADRILLION_ACTIVATION_KEY' | 'SLACK_BOT_TOKEN' | 'SLACK_USER_TOKEN' | 'LINEAR_API_KEY' | 'GITHUB_OAUTH_TOKEN' | 'GITHUB_APP_GRANT' | 'GITHUB_REPO_TOKEN' | 'AZURE_TENANT_ID' | 'AZURE_CLIENT_ID' | 'AZURE_CLIENT_SECRET' | 'POSTGRES_URL'

Registry of all secret keys the app stores for the user.

Response

Successful Response

{"stackTrail":"paths:/api/credentials/status:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 2 of the 30 revisions of this API.5

    • ○

      added the enum value ANTHROPIC_CUSTOM_HEADERS to the property anyOf[subschema #1: CredentialKind]/ of the query request parameter key

      request-parameter-property-enum-value-added

    • ○

      added the enum value GEMINI_CUSTOM_HEADERS to the property anyOf[subschema #1: CredentialKind]/ of the query request parameter key

      request-parameter-property-enum-value-added

    • ○

      added the enum value OPENAI_CUSTOM_HEADERS to the property anyOf[subschema #1: CredentialKind]/ of the query request parameter key

      request-parameter-property-enum-value-added

    • ○

      added the new optional query request parameter key

      new-optional-request-parameter

    • ○

      added the non-success response with the status

      response-non-success-status-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog