Documentation Index
Fetch the complete documentation index at: https://docs.hopae.com/llms.txt
Use this file to discover all available pages before exploring further.
What is a workspace?
A workspace is your Hopae Connect account — it corresponds 1:1 with your Console organization. There is no separate “create workspace” API call: signing up for Hopae Connect through the Console provisions your workspace automatically. Inside a workspace you manage one or more Apps (typically one per end-customer or per product surface), each of which can activate any combination of eID providers.API Key
Create and manage keys in the Console under Developers → Workspace API Keys. Keys are environment-specific (sandbox, production) and begin with sk_workspace_.

Authentication
Workspace API requests useAuthorization: Bearer <API_KEY>.
Credential Types
| Credential | Format | Used for |
|---|---|---|
| App clientId + clientSecret | clientId: 8-char alphanumeric, clientSecret: 64-char hex | Verification API (Basic Auth), OIDC flow (client_id parameter) |
| Workspace API key | sk_workspace_... | Workspace API (Bearer Auth) — manage apps, providers, webhooks |

