AgentCell

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

OptionWho starts it
Magic linkAgent POST /v1/auth/login-links (recommended)
Phone OTPHuman 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 login

Common errors

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.