diff --git a/backend/app/api/docs/credentials/create.md b/backend/app/api/docs/credentials/create.md index f01065f4d..e767aae56 100644 --- a/backend/app/api/docs/credentials/create.md +++ b/backend/app/api/docs/credentials/create.md @@ -3,7 +3,7 @@ Persist new credentials for the current organization and project. Credentials are encrypted and stored securely for provider integrations (OpenAI, Langfuse, etc.). Only one credential per provider is allowed per organization-project combination. You can send credentials for a single provider or multiple providers in one request. Refer to the examples below for the required input parameters for each provider. ### Supported Providers: -- **LLM:** openai, sarvamai, google(gemini) +- **LLM:** openai, anthropic, sarvamai, google(gemini) - **Observability:** langfuse - **Audio:** elevenlabs - **Miscellaneous** webhook_secret @@ -28,6 +28,9 @@ Credentials are encrypted and stored securely for provider integrations (OpenAI, "openai": { "api_key": "sk-proj-..." }, + "anthropic": { + "api_key": "sk-ant-..." + }, "google": { "api_key": "AIzaSy..." },