API Keys
Create API Key
Create a new API key
POST
Request Body
Display name for the API key (e.g., “CI Pipeline”, “Backup Service”)
Description of what this key is used for
Restrict key to a specific tenant
Restrict key to a specific environment
ISO 8601 expiration date. If omitted, key does not expire.
Intended use case (e.g., “ci-cd”, “backup”, “reporting”)
Custom metadata
Response
Returns the created API key object including the secret key.Creating an API key also creates an associated Bedrock subject with type
service. This subject can be used for permission checks and role assignments.