Registration

Butt-Dial includes self-service registration. Users create an account, verify their email, and get API credentials — no manual admin setup needed.

Flow

  1. Visit the landing page and click Get Started
  2. Fill out the registration form (name, email, organization, password)
  3. Receive a verification email with a 6-digit code
  4. Enter the code to verify
  5. Get an organization token and start using the API

Endpoints

EndpointMethodDescription
/auth/loginGETLogin/register page
/auth/registerPOSTCreate account
/auth/verifyGET/POSTEmail verification
/auth/loginPOSTLogin with existing credentials

Email Verification

Organization Tokens

After registration, each organization gets:

GET /sse?token=<org-token>&agentId=<agent-id>  (agentId required for org tokens)

Security

← Home