Install
Choose your client
Obtain keys with the quickstart or authentication guide.
Save the needed key in
.env.local and add that file to .gitignore.
ContoAdmin.
Verify without creating a payment
Save asverify.mjs. Setup uses the same agent key as the SDK and does not create a payment record.
npx conto doctor.
Configuration
The SDK retries eligible reads and idempotency-protected authorization. Execution is not
retried automatically. See retry behavior.
Start building
- Make a payment: request, execute, and status contracts.
- Track and recover a payment: required actions, uncertainty, and settlement.
- Add payments to a server: authenticated Express and Lambda handlers.
- Connect framework tools: OpenAI, Claude, LangChain, and Python HTTP examples.
- Provision with the admin SDK: organization-level automation.