/api/* route requires an actor. A request without one returns 401 { "error": "unauthorized" }.
Access token
Send a WorkOS access token as a bearer token.openid profile email offline_access.
Dashboard session
The dashboard uses aworkflow_session cookie set by GET /auth/login and GET /auth/callback. The cookie lasts 7 days. Do not copy that cookie into an integration.