Provider Credentials
Store and manage encrypted Bring Your Own Key (BYOK) secrets for OpenAI, Anthropic, Gemini, and OpenRouter.
Provider Credentials
POST/provider-credentials
Service Key (Bearer zrv_service_...)
Provider credentials store upstream AI model provider keys, encrypted at rest using AES-256-GCM.
Service Key InserterInteractive
Paste your Zorveus key to dynamically update all code snippets below.
Create a Provider Credential
curl -X POST https://api.zorveus.com/provider-credentials \
-H "Content-Type: application/json" \
-H "Authorization: Bearer zrv_service_your_service_key" \
-d '{
"org_id": "org_startup_1048",
"provider": "openai",
"api_key": "sk-proj-sample_upstream_key_123456789",
"model_policy": "openai/*",
"priority": 10
}'Was this page helpful?
Edit this page on GitHub