Authenticate and verify the workspace.
Send Authorization: Bearer YOUR_API_KEY over HTTPS, keep keys in server-side secret storage and call the verification operation before running a production workflow.
- GET /api/v1/verify verifies the key and workspace
- GET /api/v1/health checks API availability
- A 401 response means the credential is missing or invalid
