Reference
Authentication
How to authenticate requests to the gateway.
All gateway requests carry a VCodeX key as a Bearer token:
Authorization: Bearer $VCODEX_KEYThere are two ways to obtain a credential:
| Client | Method |
|---|---|
| Dashboard | Google OAuth or email + password |
| Apps / IDEs | sk--prefixed API key (120 RPM) |
Dashboard sessions are short-lived JWTs (with refresh). API keys are long-lived and revocable. See API keys for apps & IDEs.