MCP tools/Sign-up

Sign-up & onboarding

Sign-up is the one flow that runs before a credential exists, so it uses a device-style handshake. `startSignup` returns a short user code and verification URL the human confirms in the browser; `pollSignupStatus` waits for that confirmation and hands back the session the agent uses for everything after. From there `createOrganisation` mints the first organisation (also listed under Organisation lifecycle). The result is a clean path from zero to a configured, paid org without a human touching the UI.

Live discovery

Your agent can call searchTools with category: "signup" to fetch this list at runtime, complete with full input schemas. The page below is the human-readable mirror.

2 tools

Every tool below honours the credential’s permission scope and the user’s org role — agents see only what they’re authorised to call.

  • pollSignupStatus

    Poll until the human confirms, then return the authenticated session.

  • startSignup

    Begin a sign-up. Returns a user code + verification URL for the human to confirm.