Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.natural.co/llms.txt

Use this file to discover all available pages before exploring further.

Building with an AI coding agent?

If Claude Code, Cursor, or Codex is writing your Natural integration, install the Natural skill. It knows the four integration surfaces and when to use each, so you can describe what you want and let the agent build it:
npx skills add naturalpay/skill

Pick your integration

Choose by what will run the payments:
  1. You want an AI assistant to send payments for you, no code. Connect Claude or ChatGPT to the MCP server at mcp.natural.co. No install.
  2. You’re building an app or service. Anything that runs on its own, including a Python or TypeScript backend. Use an SDK: naturalpay or @naturalpay/sdk. This fits most integrations.
  3. You’re scripting or in CI. Use the CLI.
  4. No SDK for your language, or you want raw HTTP. Use the REST API.
Every option uses the same API key. Most integrations don’t need raw REST.

Your first payment

New to Natural? Start with Parties, Agents, and Wallets.