Guides
Introduction
The Panel API lives at https://panel.expanse.host. Authenticated routes accept either a Clerk browser session or a Bearer token using an sk_ API key from CorePanel.
Tip
Store keys in a secret manager or environment variable. The full sk_ secret is shown only once at creation.
01
Generate your API key
Sign in to CorePanel, open Settings → API keys, and create a key. Never commit secrets to version control.
02
Authenticate
Send Authorization: Bearer sk_… on every request. For browser apps, the same routes work with your normal Clerk session.
03
Execute your first request
Use the samples on the right to call GET /api/services with your key.