Getting Started
The Vudy API lets you authenticate users, manage profiles and teams, run KYC/KYB, operate wallets, and move value through payment channels.
What you need#
- A dashboard-issued API key for staging (
vudy_sandbox_…) or production (vudy_production_…) - The correct base URL for your environment
- Clarity on whether your calls use API key only, profile/team headers, or a user session
How this documentation is organized#
| Section | Use it for |
|---|---|
| Getting started | Environments, auth patterns, first successful call, skills |
| Guides | End-to-end workflows with status transitions and examples |
| API reference | Exact method, path, fields, and auth per endpoint |
| Restricted Partner APIs | OTC provider surfaces that require OTC_PROVIDER |
Next steps#
- Follow the quickstart
- Install Agent Skills for AI-assisted integration
- Choose an environment
- Learn authentication patterns
- Continue with guides or the API reference