Get an API key
One key, every tool. Register an email to receive an Incept Toolbox API key that authenticates you against every *.inceptstore.com service.
Your key
Save this somewhere safe. We'll only show it once on screen — but it's also in your inbox if SES is configured.
How to use your key
Send your key as the x-api-key header to any tool's API endpoint:
curl -H "x-api-key: ist_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-H "content-type: application/json" \
-d '{"text":"..."}' \
https://reading-qc.inceptstore.com/v1/check
Tools that accept this key
For tool builders
Verify a key from your Lambda:
GET https://apikeys.inceptstore.com/v1/verify?key=ist_live_...
→ {"valid": true, "email": "...", "scopes": ["all"]}
Responses are cacheable for 60s (Cache-Control: max-age=60). CORS allows any *.inceptstore.com origin.