Developer Console

Manage API keys, billing, usage, and inference routes.

DocsCreate API Key
API Keys
Create, rotate, and revoke project keys.
NamePrefixCreatedLast UsedStatusActions
Productionlayertao_live_51A9••••••••2026-03-202 min agoActive
Staginglayertao_test_98DD••••••••2026-03-181 hour agoActive
Data Pipelinelayertao_live_22KF••••••••2026-03-152 days agoRestricted
Integration Example
Use your key in a normal HTTP request.
curl https://api.layer.dev/v1/chat \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "layer-chat-1",
    "messages": [{"role": "user", "content": "Hello"}]
  }'