Create your account, get your API key, and make your first governed call in minutes.
ATOM is currently invite-only. Tell us about your use case and we will send your code within 24 hours.
REQUEST ACCESScurl -X POST https://api.atomlabs.app/v1/governed-call \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tenant_id": "YOUR_TENANT_ID",
"input": "Summarize this document",
"provider": "groq"
}'