Integrate using AI
Use the sources below with your coding agent to build an Account API integration.
AI-readable documentation
| Source | Use it for |
|---|---|
| Account API llms.txt | Finding guides, references and available versions. |
| Markdown pages | Reading guides and examples. Use View Markdown or append .md to a documentation page URL. |
| OpenAPI contracts | Versioned operations and request/response schemas. |
Markdown is generated from the same sources as this site. Give your agent the
relevant links; llms.txt is not automatically read by every tool. If it cannot
fetch a page, paste the Markdown instead.
Describe one feature at a time
Include your feature goal and application constraints. For example:
Add Account API balance viewing to our admin dashboard. Follow our existing backend client, authorization and UI patterns, and include local tests.
For larger integrations, work incrementally through discovery, deposits, withdrawal confirmation and webhook processing.
Optional integration prompt
Copy the prompt into your coding agent with your repository open. Add your feature goal; the prompt supplies documentation links and Account API guidance.
Account API integration
Add your feature goal when you paste this into your coding agent.
Preview the full prompt before copying. Documentation links and versions are filled in automatically.
Review and validate
Passing local tests does not verify an Axiym integration. Use the quickstart and sandbox testing guide to validate your selected flows with provisioned access.