Welcome, there.
TierFree
API key generation activates when tier infrastructure ships (permit-pipeline Bucket 2). You'll be notified the moment it's available. Until then, this page previews how key management will look.
Your keys
API keys
Keys identify your application when calling the PermitCore API. Each key is shown once at creation — copy it somewhere safe; we don't store the secret half.
No API keys yet. Create your first key once the "Create API key" button is enabled.
Quickstart
Make a request
Once you have a key, requests look like this:
curl https://api.permitcore.io/v1/permits?jurisdiction=nyc&limit=5 \
-H "Authorization: Bearer <your-key-here>"