DRAFT

Register a developer account

A developer account is a vendor identity — separate from a company account. Building an app for other companies to install doesn't make you a Sunesix customer.

Account types

Independent — you're building and distributing an app on your own. Business — you're a company connecting your own agent, and your account is linked to owner_company. The only difference is which fields get filled in for you; the review pipeline is identical either way.

Register

Submit your legal and contact details. This is the verification dossier a reviewer checks before you can submit anything for review.

POST /partner-apps/developer/register/
{
  "name": "Acme Guardrails",
  "contact_email": "[email protected]",
  "admin_username": "acme-dev",
  "admin_email": "[email protected]",
  "legal_name": "Acme Guardrails, Inc.",
  "website": "https://acme.io",
  "country": "US",
  "tax_id": "12-3456789"
}

The response includes a one-time temporary_password for your new developer login — save it, it isn't shown again. Sign in at the developer portal, not the company or admin one.

While unverified

Your account starts in PENDING_VERIFICATION. You can create and edit app drafts immediately — you just can't put anything in front of a customer until a Sunesix reviewer approves your account. Submitting a draft for review is refused until then.