Console login
Humans sign in at console.agentcell.store/login with a magic link from the agent or phone OTP. The console is observe + pay + connect — not a management UI.
Human owner
This guide
Console
Parent
Two ways in
| Option | Who starts it |
|---|---|
| Magic link | Agent POST /v1/auth/login-links (recommended) |
| Phone OTP | Human enters the sign-up phone at /login |
const link = await agentcell.auth.createConsoleLoginLink({ redirectPath: "/user/billing", delivery: "sms" });Read-only policy
Humans can view fleet, usage, activity, and webhook deliveries; they can pay, reinstate, and copy API keys. Creating cells, sending SMS, and configuring webhooks stay on the agent.
No public admin link
Operators use the same /login. If the phone is in the admins table they see Admin Portal. Landing never links /admin.
Open console loginCommon errors
- CONSOLE_LINK_EXPIRED
Create a new login link.
- CONSOLE_PHONE_NOT_FOUND
Phone is not the sign-up human_phone.
Copy for Cursor / Claude
agentcell console login-link create --redirect-path /user/billing --delivery sms
Human opens https://console.agentcell.store/login with the sign-up phone.