Auth

General Compute authentication & API keys

Every request to the General Compute API is authenticated with a Bearer token. Keys are issued per account, can be rotated at any time, and never expire on their own.

Header format

Authorization: Bearer <your-gc-api-key>

Keep your API key server-side. Never embed it in client-side JavaScript.

How to get a key

More

ModeHumanAgent
General Compute Authentication | General Compute