Get an API key
For all the SDKs mentioned on this docs page, you need an `APP_ID`, `APP_SECRET` and a `PROVIDER_ID`
0. Register
First, head to the Reclaim Protocol Dev Tool. Create an account here if you haven't already.
1. Create an Application
Head to My Applicatons from the left navigation bar. Here, tap on New Application.
Copy your Application ID and secret
Once you create the application, you will be shown the Application ID and Application Secret.
Be sure to copy them into your .env file immediately.
You will not be able to see the Application Secret once you leave this screen.
2. Add providers
Once you have created the application, you will have to add providers that are supported by this application. You will NOT be able to generate proofs for providers that are not already added to your application.
You will be prompted to add providers when creating the application. You can always go back to your application and add more providers.
After adding the providers, you should copy the provider ID and keep them handy.
3. Integrate your SDK
Now, you can head over to the integration guide for your platform - where you can paste these values to get the application up and running!
Video Tutorial
Below is a comprehensive guide on how to use the Reclaim Protocol Dev Tool