AI coding assistants can help you build Nomba integrations faster by understanding the API docs, generating boilerplate code, and answering questions about specific endpoints. This section shows you how to connect your favorite AI coding tool to the Nomba developer documentation so it has full context when youβre writing code.Documentation Index
Fetch the complete documentation index at: https://developer.nomba.com/llms.txt
Use this file to discover all available pages before exploring further.
Claude Code
Use Claude Code with the Nomba skill for AI-assisted integration
Cursor
Add Nomba docs as a context source in Cursor
Windsurf
Integrate Nomba docs into Windsurf for in-editor help
Why use AI tools with Nomba docs?
- Faster integration β Generate authentication flows, transfer requests, and webhook handlers without reading through every page
- Contextual answers β Ask βhow do I handle a PENDING_BILLING status?β and get answers grounded in the actual API behavior
- Code in your language β Get working examples in Node.js, Python, Go, or whatever your stack uses
- LLM-ready content β Every page on this site can be copied as Markdown via the Copy button in the top right, making it easy to paste into any AI tool