Environments

This documentation is for the JoyToken production environment. Use the website, documentation domain, API base URL, and API keys together for a given application or run.

Domains

ServiceURL
Websitehttps://joytokens.ai
Documentationhttps://docs.joytokens.ai
JoyToken API base URLhttps://api.joytokens.ai

Environment Variables

export JOY_TOKEN_API_KEY="sk-xxx"
export JOY_TOKEN_API_BASE_URL="https://api.joytokens.ai"
VariableUse
JOY_TOKEN_API_KEYSDK request authentication
JOY_TOKEN_API_BASE_URLModel, pricing, and default compatible API base
JOY_TOKEN_OPENAI_BASE_URLOptional OpenAI-compatible Base URL override
JOY_TOKEN_ANTHROPIC_BASE_URLOptional Anthropic-compatible Base URL override

The SDKs derive protocol URLs from JOY_TOKEN_API_BASE_URL when protocol-specific variables are not set. All model requests use auto; there is no SDK model environment variable.

Choose a Protocol

Base URL: https://api.joytokens.ai/openai/v1

export JOY_TOKEN_OPENAI_BASE_URL="https://api.joytokens.ai/openai/v1"

Keep API keys separate across environments. Use small budgets and explicit policies for testing and agent workflows.