X-API-KEY header.
Create an API key
- Go to API keys in the developer portal.
- Click Create Key and give it an optional name.
- Copy the key immediately — it is only shown once.
- Use the key in the
X-API-KEYheader for all Spine API requests.
Security best practices
- Never expose API keys in client-side code or commit them to version control.
- Store keys in environment variables or a secrets manager.
- Rotate keys periodically and whenever a team member with access leaves.
- Revoke keys immediately if a leak is suspected.
- Use a separate key per application or service so you can rotate scope-by-scope.