# Register & get your API key
$ curl https://rj.richardclay.web.id/v1/chat/completions
-H "Authorization: Bearer rj-your-key"
-H "Content-Type: application/json"
-d '{
"model": "antigravity",
"messages": [{"role":"user",
"content":"Hello!"}]
}'
# Response:
✓ 200 OK — 42 tokens used