Adds an API key for a specific provider. If a key already exists for the provider, it is replaced.Documentation Index
Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires a valid Bearer token.Request Body
Provider name (e.g.,
"anthropic", "openai").The API key value.
Response
Returns200 OK on success.
Errors
| Status | Description |
|---|---|
400 | Bad Request — missing provider or api_key |
401 | Unauthorized — missing or invalid token |