Choose a setup path
Personal signup does not create tenant API keys, end-user balances, markup, a widget, or an enterprise agreement. An evaluation also stays separate from any later commercial agreement: funding it adds prepaid credits but does not change its commercial status.
Onboard a headless agent
Verify with AgentID, activate the account, enable capabilities, hand funding to a payer, and poll until the balance is usable.
Create a personal account
- Open Locus Pro signup.
- Choose Email, Google, GitHub, GitLab, or Ethereum when that method is available.
- Name the account when prompted. For email signup, enter the six-digit verification code. Ethereum signup also verifies a recovery email.
- Add prepaid funds under Credits, enable capabilities under Tools, and connect an MCP client under Connections.
POST /api/credits/auth/signup, POST /api/credits/auth/signup/confirm, and POST /api/credits/auth/signup/resend. After authentication, POST /api/credits/tenants/self-serve safely resumes personal-account provisioning. Use the API reference for request and response schemas.
Accept an invitation
Use the single-use link in the email rather than starting personal signup separately.- An evaluation invitation creates the evaluation workspace described by that invitation.
- A team invitation joins an existing workspace as an admin, developer, billing member, or viewer.
Sign in to an existing account
The Create your Locus account screen and the Sign in screen behave differently. Choosing an external provider during signup creates a personal account. Choosing one during sign-in resolves an existing Locus identity; it does not silently create a second account. Password and passkey sign-in work directly. You can also manage linked methods from Account security:- GitHub
- GitLab
- Sign-In with Ethereum (SIWE)
SIWE signs a short-lived EIP-4361 message. It does not request a transaction, token approval, or access to funds. Externally owned wallets work across chains; supported contract wallets are verified on Base or Base Sepolia.
Plans and subscriptions
Personal tool usage is prepaid. One active OAuth-connected client is included at $0; optional Plus and Unlimited connection plans are monthly subscriptions and do not include usage credits. Some sales-led workspaces separately have an account-specific pricing tier, enterprise agreement, or recurring monthly credit subscription. See Commercial plans for the distinction.Next steps
Quickstart
Choose the personal or enterprise path and make a metered call.
Authentication and scopes
Choose the right credential for each runtime.