Key Details
Choose a stable label, minimum permissions, and one scope mode for this key.
{{.Eyebrow}}
{{.Description}}
Copy this API key now: {{.Form.RevealKey}}
This is the only time the full raw key will be shown. Only the hash and short prefix are stored.
{{.Form.Error}}
Choose a stable label, minimum permissions, and one scope mode for this key.
Disabled or expired keys are rejected before any project scope checks happen.
This preview shows the active projects currently reachable after scope mode evaluation.
{{.Slug}}
{{if .Description}}{{.Description}}{{else}}No description yet.{{end}}
No active projects currently match this key.
{{end}}Clients should authenticate with a bearer API key and then discover projects before requesting metadata or downloading an artifact.
curl -H "Authorization: Bearer {{if .Form.RevealKey}}{{.Form.RevealKey}}{{else}}<paste-api-key>{{end}}" \
{{.BaseURL}}/api/v1/projects
{{if .AccessibleProjects}}
This key does not currently expose any active projects, so client metadata and download lookups will return no accessible resources.
{{end}}