// quickstart
Your first gateway request
From zero to a working LLM call through the 1KeyCore gateway in under 2 minutes. You need a 1KeyCore account and at least one provider API key.
Create an account
Sign up at /signup — this gives you a tenant workspace. You'll land on the dashboard.
Add a provider key
Go to Dashboard → API Keys, select your provider, paste your key, and click Save. It is AES-256 encrypted before storage — we never log the raw value.
Get your JWT
After login, your session cookie holds the JWT. To use it in direct API calls, exchange it:
Make your first request
Send a POST to /chat with your JWT and the model you want to use. The gateway routes it to the right provider automatically.
Invite your team
Team member invitations and scoped JWT issuance are coming in the next release. For now, share the workspace credentials with your team — each session gets its own token, tracked separately in usage.