API connect · Stripe checkout

Connect Wouldliker API access.

After Stripe Checkout, claim the API key once and get the connect pack: bearer auth, endpoints, OpenAPI, plan, usage check, and license boundary.

01Claim key

Stripe paid.
Key claimed.

Use the checkout session id from the Stripe success URL and the same email used at checkout.

Claim
once.

The full API key is shown once. Store it in your tool or secret manager, then verify it with /api/v1/me.

Need help
02Agent flow

What an
agent should do.

Payment-capable agents should not send card data to Wouldliker. Use Stripe Checkout, then claim the key.

Show claim request example
curl -s https://wouldliker.com/api/billing/claim-key \
  -H 'Content-Type: application/json' \
  -d '{"checkout_session_id":"cs_...","email":"buyer@example.com"}'