Skip to content
On this page

Introduction

You are reading the documentation for Agio SDK version loading...

What is Agio SDK?

The Agio SDK is a JavaScript and TypeScript library that enables you to integrate the Agio user verification process into your website or app. It provides a simple way to embed an iframe that guides users through the process of verifying their identity and connecting a blockchain wallet. The Agio SDK also allows you to receive updates on the user's verification status and data.

To use the Agio SDK, you will need to install it using npm or yarn and then create an instance of the SDK by passing in a configuration object. This configuration object should include your Agio API token, the element that you want to mount the iframe to, and any callbacks that you want to register for handling events such as user data changes and errors.

Introduction has loaded