Provider Keys
Provider Keys Overview
Manage AI provider API keys for use with Spotlight model proxy.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage AI provider API keys for use with Spotlight model proxy.
| Provider | Key Format | Features |
|---|---|---|
| Anthropic | sk-ant-api03-* | Claude models, streaming, token counting |
sk-ant-oat01-*) are not compatible with Shinzo.| Method | Endpoint | Description |
|---|---|---|
POST | /auth/provider_keys/test | Test a provider key without storing |
POST | /auth/provider_keys | Save an encrypted provider key |
GET | /auth/provider_keys | List all provider keys |
PUT | /auth/provider_keys/{keyUuid} | Update a provider key |
DELETE | /auth/provider_keys/{keyUuid} | Delete a provider key |
