Integrate Reclaim Protocol end to end using our agent
logoReclaim Protocol Docs

Reclaim Protocol Docs

Integrate Reclaim Protocol into your project in a few minutes.

Introduction

Reclaim Protocol lets you verify information about a user from any website. If a website has information behind a login that you want to verify, Reclaim Protocol can verify that.

Some examples

  • Verify a user's salary at their current job using their employer's HR portal
  • Verify a student's graduation details using their university's student portal
  • ... as long as a user can login, we can verify the information behind that login

Flow of control

  1. User taps a button to initiate verification on your app/website
  2. User asked to login into the portal from which the required information can be verifed
  3. After successfully logging in, the user is asked to wait for a few seconds until verification is completed. This step can take between 2 to 30 seconds.
  4. The verification is sent back to your app/website's backend

Step 1 of 5

Choose the data source

The user selects the website or institution that contains the information to verify.

Verification start screen with country, employer, and Rippling selected as the source

Choose how you want to verify

Verify information from a particular website

  • Use our AI Agent for the simplest integration

  • Works with Claude Code/Codex/Cursor or any coding agent
  • Use the agent to build a provider for the website from which you want to verify

  • Easiest to use, most flexible

Verify Education, Employment or Identity

  • Use our full stack solution, including UI. See the integration steps here.

  • Preconfigured for all major universities, employers and government portals, so that you don't have to configure each provider individually.

  • Fewest lines of code to integrate

Manual integration

  • Don't trust an AI Agent? Use our open sourced SDKs to integrate verifications manually: NodeJS webapp, Flutter app, React Native app, Kotlin app, or Swift app.

  • Build your provider for the website you want to verify from manually using our devtool.

  • Full control

Integrate verifiable API calls

  • Call an authenticated API, without user login, and generate an auditable proof of API call.

  • Best used when auth token is available, but shouldn't be revealed in the auditable artifact.

  • No need to configure providers.

More resources

On this page