Documentation
Docs are on their way.
Full documentation is being written. In the meantime, the API is live and you can start routing traffic today.
Quickstart
# Add a provider
curl -X POST https://api.lumkey.dev/v1/providers \
-H "Authorization: Bearer <admin-token>" \
-d '{ "name": "openai", "key": "sk-proj-..." }'
# Create a Lumkey key
curl -X POST https://api.lumkey.dev/v1/keys \
-H "Authorization: Bearer <admin-token>" \
-d '{ "name": "prod-agent", "provider": "openai", "budget_usd": 50 }'
# Your agent now calls Lumkey instead of OpenAI directly
OPENAI_BASE_URL=https://api.lumkey.dev/v1 \
OPENAI_API_KEY=ck_live_... \
python agent.py
API reference
SoonFull REST API documentation — providers, keys, policies, audit, approvals.
Quickstart guide
SoonAdd a provider, issue your first Lumkey key, and route your first request.
SDK support
SoonPython and TypeScript SDKs for programmatic key and policy management.
Want early access?
Get API credentials, early documentation, and direct access to the team.