← Back to Developer Hub

Developer Sandbox

Test your integrations in a safe, isolated environment. Use your sandbox API key to make requests against the proxy endpoint.

API Key

Use this key to authenticate sandbox API requests.

sk-sandbox-••••••••••••••••••••••••••••••••

Sandbox Credits

Credits reset monthly. Upgrade for more capacity.

247 / 1000

25% used — 753 credits remaining

Base URL

https://hub.sqs.chat/api/dev/proxy/v1

Quick Start

# Chat completion
curl https://hub.sqs.chat/api/dev/proxy/v1/chat/completions \
  -H "Authorization: Bearer $SQS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Available Endpoints

Method Endpoint Description
POST /chat/completions OpenAI-compatible chat completions
POST /embeddings Generate text embeddings
GET /models List available models
GET /usage View current usage and credits