Incept Toolbox · API Keys apikeys.inceptstore.com

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.

We'll email you the key. If this address already has a key, we return it.

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.