Create a passkey session URL for WebAuthn ceremonies
Passkeys
Create or Authenticate
Create a new passkey or authenticate with an existing passkey
POST
Create a passkey session URL for WebAuthn ceremonies
Creates a passkey session URL for WebAuthn ceremonies using the hosted UI. This is the recommended approach for most applications. For detailed implementation examples and integration steps, see the Passkey Integration Guide.Documentation Index
Fetch the complete documentation index at: https://developers.squads.so/llms.txt
Use this file to discover all available pages before exploring further.
Key Notes
- Challenge Expiration: URL challenges expire after 60 seconds
- Hosted UI: Default
baseUrluses production-ready hosted interface - Custom Domain: Use custom
baseUrlfor your own domain (see Custom Domain)
Authorizations
UUID-based API key provided by Squads
Headers
Specifies the network for the API request
Available options:
mainnet, devnet Body
application/json
'create' for new passkey registration, 'auth' for authentication with an existing passkey, 'get' for retrieving existing passkey account
Available options:
create, auth, get Required for 'auth' action.
Optional custom base URL for the passkey UI (defaults to https://passkey.grid.squads.xyz)
Response
Passkey session URL created successfully
Hosted UI URL for the passkey ceremony