1. Developer Account & App Setup
Step 1: Create Developer Account
Sign up for a developer account at:
https://docendorse.com
Step 2: Create a New App
From the developer dashboard:
- Click Create New App
- Enter: - App Name - Description - Organisation/Company Name - Upload Logo (Recommended: 400x400)
Step 3: Generate Key Pair
You must:
- Generate a Public/Private key pair (RSA recommended).
- Store the private key securely in your system.
- Upload the public key to DocEndorse.
The public key is used to verify JWT assertions when generating access tokens.
Step 4: App Credentials
After app creation, you will receive:
client_idclient_secret⚠️ (Shown once only)
Store the client secret securely. It cannot be retrieved after refresh.
Step 5: Required Scopes
Your app must include the following scopes:
openidagent_sessions:create
These are required to create AI agent sessions on behalf of users.