AI assistants are how developers read docs now. The Uphold Enterprise documentation is built to be consumed by large language models as easily as by people — so you can drop our entire API surface into ChatGPT, Claude, Cursor, or your own agent and start building in minutes.Documentation Index
Fetch the complete documentation index at: https://developer.uphold.com/llms.txt
Use this file to discover all available pages before exploring further.
What’s inside the files
We follow the llms.txt standard and publish two complementary files. Pick the one that fits your context window and task.llms.txt
A structured index of the entire documentation — every guide, API reference, and concept as a titled, described link.Best for giving an assistant a map of what exists so it can fetch the right page on demand.
llms-full.txt
The complete documentation concatenated into a single file — every page’s full content in one place.Best for dropping the whole knowledge base into a large context window for deep, end-to-end work.
Getting started
Account setup and your first API call.
User onboarding
KYC, KYB, and capabilities.
Bank transfers
FPS, SEPA, ACH, FedNow/RTP, Wire.
Card transfers
Debit & credit deposits and withdrawals.
Crypto transfers
50+ networks, deposits and withdrawals.
REST API reference
Every endpoint, payload, and webhook.
Widgets
Payment, Travel Rule, and KYC widgets.
Resources
Dynamic forms, errors, pagination, rate limits.
Why build with AI?
Ship faster
Generate working integration code for onboarding, deposits, withdrawals, and webhooks without leaving your editor.
Stay accurate
Ground your assistant in the real API contract so it stops hallucinating endpoints and parameters.
Always current
The files are generated from this site, so your AI context updates the moment the docs do.
How to use llms-full.txt
- Chat (ChatGPT / Claude)
- IDE (Cursor / Copilot / Windsurf)
- Programmatic / agents
The fastest way to get answers grounded in our docs.
Grab the file
Open developer.uphold.com/llms-full.txt and copy its contents, or download it.
Paste it as context
Start a new conversation and paste the file (or attach it). Then ask your question — for example:
Using the attached Uphold docs, write a Node.js function that onboards an individual US user and sets up an ACH deposit method.
Next steps
Developer guides
End-to-end walkthroughs for onboarding and money movement.
Widgets
Embeddable Payment, Travel Rule, and KYC widgets.
REST APIs
Full reference for every endpoint, payload, and webhook.