Introduction
You are reading the documentation for Agio SDK version loading...
What is Agio SDK?
The Agio SDK enables you to integrate KYC (Know Your Customer) and KYB (Know Your Business) verification flows into your website or application. Users are guided through identity verification and blockchain wallet connection with real-time status updates.
Integration Options
Choose the integration method that best fits your needs:
TypeScript SDK (npm package)
Install via npm/yarn for full programmatic control. Ideal for applications that need:
- Real-time GraphQL subscriptions for user status updates
- Event callbacks for verification milestones
- React component support
Direct Widget (iframe)
Embed the verification widget directly using an iframe with URL parameters. Best for:
- Lightweight integrations with no dependencies
- Server-side token generation via GraphQL API
- Quick implementation without package installation