Anon and Service Role keys, usage, and security.
Dashboard → Project Settings → API Keys. Keys are auto-generated on project creation.
GET /v1/dashboard/projects/:id/api-keys Authorization: Bearer <dashboard_token>
GET /v1/dashboard/projects/:id/client-config
{
"data": {
"url": "https://api.hirall.com",
"endpoints": { "api": "...", "auth": "..." },
"keys": { "anon": "ak_...", "service_role": "sk_..." },
"env": {
"client": { "HIRALL_URL": "...", "HIRALL_ANON_KEY": "..." },
"server": { "HIRALL_SERVICE_ROLE_KEY": "..." }
}
}
}