Skip to main content

Website and control plane

Sign in to the Ageneral web app with your account. APIs on the main app host use session cookies or Bearer JWTs issued by Ageneral auth flows such as the VS Code extension OAuth. See product UI for creating projects and keys.

Models

Inference is served at https://models.ageneral.ai. Requests require:
CredentialTypical use
Virtual key sk-bf-…Scripts, CI, IDE extension, tools
Node service JWTPrivate nodes calling the Models host
Send:
Authorization: Bearer <token>
Other sk-… keys that are not Ageneral virtual keys are rejected with 401.