API Keys
Creates an API key
Creates a new API key and returns it with the plaintext token. The token is only returned once — store it securely, as it cannot be retrieved again.
Kinds and required fields:
personal— created for the authenticated user. No additional fields required.team— scoped to a team (group). Requiresgroup_id. A service account is automatically created with permissions derived from group membership.organization— organization-wide access. Requires owner or admin role. Optionally setrole_idandon_call_role_idto control the service account’s permissions.
Expiration: All keys require an expires_at date set in the future (maximum 5 years). Names must be unique within their kind and scope.
POST
Creates an API key
Documentation Index
Fetch the complete documentation index at: https://docs.rootly.com/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Retrieves an API keyRetrieves a specific API key by its UUID. Returns key metadata including name, kind, expiration, last usage timestamp, and the grace period status — the secret token is never included.
Next
Creates an API key