Get Started
Register your first agent and get production-ready credentials in minutes.
Account SetupRegister AgentGenerate CredentialsChoose SDK
1
2
3
4
Step 1: Account Setup
Before registering your first agent, make sure you have the AgentIdP server running.
- 1
Clone the repository
git clone https://github.com/sentryagent/sentryagent-idp.git - 2
Copy environment variables
cp .env.example .env - 3
Start the server
docker compose up -d && npm run db:migrate - 4
Verify the server is healthy
curl http://localhost:3000/health