/developer/bootstrapNo authenticationCreate an account and first API key
Creates a zero-balance, API-credit-only developer account, an API key, and account access tokens in one call while new registrations are enabled. The API key and refresh token are returned only once. No application can run until credits are purchased.
operationId: bootstrapDeveloper
Request body
application/json · requiredemailrequiredpasswordrequirednamescopesexpiresAtView request schema
{
"$ref": "#/components/schemas/DeveloperBootstrap"
}Responses
201DeveloperBootstrapResult400ManagementError403ManagementError409ManagementError413ManagementError429ManagementErrorcurl --request POST \
--url 'https://api.applyguy.ai/developer/bootstrap' \
--header 'Content-Type: application/json' \
--data '{"email":"agent-builder@example.com","password":"correct-horse-battery-staple","name":"Production agent"}'