This page covers authenticating API requests. For information on signing in to the dashboard, see Dashboard login below.
Your token
All three authentication styles use the same token value. Get it from the OpenOpen8 dashboard:- Open the dashboard and click Tokens in the sidebar.
- Click Add Token to create a new token, or copy an existing one.
sk-... (a string starting with sk-).
Authentication styles
- OpenAI style
- Claude style
- Gemini style
Pass the token as a Bearer credential in the Use this format when:
Authorization header. This is the default for OpenAI-compatible clients, SDKs, and tools like LangChain or LlamaIndex.- You are using the OpenAI Python or Node.js SDK
- Your client sends requests to
/v1/chat/completionsor other OpenAI-format endpoints - You want to call OpenAI, DeepSeek, Ollama, or any other provider through OpenOpen8 using the OpenAI format
Using SDKs
Because OpenOpen8 uses the same token for all three formats, you only need to change thebase_url (and optionally the api_key parameter) when pointing an existing SDK at OpenOpen8.
Dashboard login
To sign in to the OpenOpen8 dashboard (not API requests), OpenOpen8 supports several methods:- Email and password
- OAuth
- Passkeys
- Two-factor authentication (2FA)
Enter your email address and password on the login page. You can reset your password via the Forgot password link, which sends a reset email.