Use this endpoint to generate an additional API key for your project. Creating separate keys for different environments (e.g., development, staging, production) or services lets you revoke individual access without affecting others.Documentation Index
Fetch the complete documentation index at: https://docs.relayos.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Request
POST https://api.relayos.com.br/v1/api-keys
A descriptive label for the key. Use this to identify which service or environment uses the key (e.g.,
production-backend, staging-worker).Response
A200 response returns the new API key along with its metadata.
Unique identifier for this API key. Use this ID to revoke the key later via
DELETE /v1/api-keys/{id}.The descriptive label you provided.
The API key value. This is shown only once — store it securely before closing this response.
ISO 8601 timestamp of when the key was created.