Relay is the AnyStarX gateway console. Create an API key, point your SDK at our base URL, and your existing OpenAI or Anthropic code keeps working — balance, usage and pricing all in one quiet place.
curl https://anystarx.com/v1/chat/completions \
-H "Authorization: Bearer sk-..." \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-4-5",
"messages": [{"role": "user", "content": "Hello"}]
}'