API Keys authenticate requests to the Fluveo API. Each key is scoped to a specific environment (test or live) and type (secret or publishable). Secret keys can perform any API operation; publishable keys are limited to client-safe operations. The full key is only returned once at creation — store it securely.Documentation Index
Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
Create an API Key
Creates a new API key. The full key is returned only in this response.
List all API Keys
Returns a paginated list of API keys (prefix only, never the full key).
Retrieve an API Key
Retrieves an API key’s metadata.
Revoke an API Key
Permanently revokes an API key.
Roll an API Key
Generates a new key and revokes the old one atomically. Returns the new full key.