VCodeX
Reference

Authentication

How to authenticate requests to the gateway.

All gateway requests carry a VCodeX key as a Bearer token:

Authorization: Bearer $VCODEX_KEY

There are two ways to obtain a credential:

ClientMethod
DashboardGoogle OAuth or email + password
Apps / IDEssk--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.