Developer Portal

Sign in to manage your API keys and check your token balance.

or sign in with email

Your account is created when your registration is approved.

Don't have access? Request API access

Token Balance

Remaining
Used
Total Granted
0 0% used 0

API Keys

Use these keys to authenticate with the Toryx API. Compatible with any OpenAI client.

Quick Start

Toryx is OpenAI-compatible. Use any client:

curl https://api.toryx.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "toryx-valaris",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Usage

API Requests
Chat Requests