agents
guides / x402-bootstrap
x402 Bootstrap
Agents and bots can create a Kite account and get API credentials programmatically — no browser, no Clerk session, no human in the loop.
Bootstrap endpoint
POST https://getkite.sh/api/v1/bootstrap/x402 Header: payment-signature: <base64 PaymentPayload>
Returns team_id, api_key, endpoint, hook_token, and wallet balance. Credentials are only available for a short replay window — store them immediately.
[ full guide with PaymentPayload construction coming soon ]