Import this base URL into your existing tools and send your key as a bearer token or x-api-key. The goal is simple: stay close to the workflow you already know.
POST https://api.clawtoken.cloud/v1/chat/completions
Authorization: Bearer tm_...
curl -X POST 'https://api.clawtoken.cloud/v1/chat/completions' \
-H 'Authorization: Bearer tm_xxx' \
-H 'Content-Type: application/json' \
-d '{
"model": "your-model",
"messages": [{"role": "user", "content": "hello"}]
}'
GET https://api.clawtoken.cloud/v1/models
POST https://api.clawtoken.cloud/v1/chat/completions
POST https://api.clawtoken.cloud/v1/embeddings
The public gateway shape is live. Once the upstream key is added, this endpoint becomes the customer-facing path for paid credits and higher-usage access.
GET https://api.clawtoken.cloud/health