Skip to main content

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.

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.
curl -X POST https://api.leanrails.com/v1/api_keys \
  -u "sk_test_xxx:" \
  -d name="Production Backend" \
  -d type=secret

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.