Cli Start
Build the WorkOS authorization URL for the loopback login flow.
The returned URL redirects (after WorkOS login) to /auth/cli/callback with a signed state carrying the loopback port + PKCE challenge. screen_hint only picks which AuthKit tab opens first (nanocorp signup sends sign-up); the find-or-create callback is identical for both verbs.
Query parameters
Loopback port the one-time code will be 302'd to
Loopback port the one-time code will be 302'd to
PKCE S256 challenge (base64url, no padding)
PKCE S256 challenge (base64url, no padding)
AuthKit tab to default to: 'sign-up' (signup) or 'sign-in' (login). Junk is ignored.
AuthKit tab to default to: 'sign-up' (signup) or 'sign-in' (login). Junk is ignored.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.