API Keys
Get API Key
Retrieve details for a specific API key, including its instance access and permissions.
GET
Look up a single API key by ID. This endpoint returns the full picture — key metadata plus which instances the key can access and with what permissions.Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
Requires an organization-level API key in theAuthorization header.
Path Parameters
The ID of the key to retrieve.
Response
Unique identifier for the key.
The human-readable name assigned at creation.
The key prefix (
chd_sk_).Whether the key is currently active.
Expiration datetime, if one was set.
The last time this key was used to authenticate a request.
When the key was created.
The instances this key has access to, along with the granted permissions.