| Method | Best for | Complexity |
|---|---|---|
| Access Key | SDKs, CLI, scripts, quick prototyping | Simplest |
| Google Sign-In | Claude Desktop, browser-based clients | Automatic |
| Bearer Token | Claude Code, N8N, programmatic MCP access | One-time setup |
Credential precedence
When multiple credentials are available, Xpoz resolves them in this order:- Explicit parameter passed to the client constructor (
apiKey/api_key) - Environment variable (
XPOZ_API_KEY) - Stored configuration (from CLI
auth loginor prior sign-in)
- Access Key
- Google Sign-In
- Bearer Token
Access Key authentication
The simplest way to authenticate. Get your key and start querying immediately.Step 1: Get your access key
Sign up at xpoz.ai and navigate to the dashboard. Your access key is available on the Get Token page at xpoz.ai/get-token.Step 2: Use the key
Pass the key directly or set it as an environment variable:- TypeScript
- Python
- CLI
Never commit access keys to version control. Use environment variables or a secrets manager in production.
Next steps
Quickstart
Start querying with your credentials
MCP Tools
Browse all 48 available tools

