Test your integrations in a safe, isolated environment. Use your sandbox API key to make requests against the proxy endpoint.
Use this key to authenticate sandbox API requests.
Credits reset monthly. Upgrade for more capacity.
25% used — 753 credits remaining
https://hub.sqs.chat/api/dev/proxy/v1
# 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!"}]
}'
| 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 |