Skip to content

Authentication

Every request authenticates with a project API key. Create one per environment and store it in ALLOWKIT_API_KEY — never commit it to source control.

Terminal window
curl https://api.useallowkit.xyz/v1/agents/researchbot-01/budget \
-H "Authorization: Bearer $ALLOWKIT_API_KEY"