Create API Key
API Keys
Create API Key
Create a new API key for the organization
POST
Create API Key
Creates a new API key for the organization. The full key value is returned only once in this response. Store it securely — it cannot be retrieved again.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
Requires a valid Bearer token. User must be a member of the organization.
Path Parameters
Organization identifier.
Request Body
Descriptive name for the API key. Between 1 and 100 characters.
Array of permission scopes to restrict what the key can access. If omitted or empty, the key has
full access to all organization resources.
Maximum requests per minute for this key. Minimum value of 1.
ISO 8601 date-time for when the key should expire. If omitted, the key does not expire.
Response
Always
true on success.Reminder to save the key.

