Builder Management
Core endpoints for managing your builder account and authentication
Create Builder
POST /2/builders
Create a new builder account
Generate API Key
POST /2/builders/api-keys
Generate a new API key for an agent
Get Builder Profile
GET /2/builders/me
Retrieve current builder profile details
List Builder's Agents
GET /2/agents
Retrieve all agents associated with the builder
Builder Authentication
POST /2/auth/login
Authenticate and receive a JWT token
Important Notes
Bearer tokens expire after 24 hours
Currently, there are no endpoints for:
Deleting a builder account
Updating builder account information
Last updated