Summary
The hackathon onboarding says that after installing CALL-E and signing in,
a new user will automatically receive a CALL-E account with 20 free calls.
However, as a new user on Windows, the current brokered CLI auth flow
redirects to the CALL-E dashboard login page, which exposes only
Account / Password fields and no visible signup or account-creation path.
This leaves a new participant unable to complete the documented onboarding flow.
Environment
- Windows 11
- Node v22.23.1
- npm/npx 10.9.8
- @call-e/cli 0.5.0
Reproduction
-
Run:
npx -y @call-e/cli@0.5.0 auth login --force-login --start-only --no-browser-open
-
CLI successfully creates a fresh pending broker session:
{
"pending_created": true,
"pending_status": "PENDING",
"login_url": "https://seleven-mcp-sg.airudder.com/openagent-auth/sessions/.../start"
}
-
Open the returned login_url.
-
The broker redirects to:
dashboard.heycall-e.com/login?mcp_return_to=...
-
The dashboard shows only:
There is no visible signup, OAuth provider, or account provisioning link.
-
auth status remains:
{
"cache_exists": false,
"pending_exists": true,
"usable": false,
"pending_status": "PENDING"
}
Expected
A new hackathon participant should be able to create/provision a CALL-E
account from this flow, as described in the hackathon onboarding
("You'll get a CALL-E account with 20 free calls automatically").
Actual
The brokered auth flow reaches a login form requiring credentials that a new
participant has never been given and has no visible way to create.
Impact
This blocks the primary documented entry point for the entire CALL-E hackathon
("Install CALL-E and sign in (5 min)"). A participant following the official
installation guide hits this dead end within the first five minutes.
Suggested fix
- Add a visible signup / account-provisioning action to the dashboard login page, or
- provide the correct new-user OAuth flow directly from brokered auth, and
- document the relationship between CLI authorization, dashboard account creation,
and hackathon call credits.
The visual product UX is excellent; this appears to be an onboarding/authentication
connection issue rather than a broader UI problem.
Summary
The hackathon onboarding says that after installing CALL-E and signing in,
a new user will automatically receive a CALL-E account with 20 free calls.
However, as a new user on Windows, the current brokered CLI auth flow
redirects to the CALL-E dashboard login page, which exposes only
Account / Password fields and no visible signup or account-creation path.
This leaves a new participant unable to complete the documented onboarding flow.
Environment
Reproduction
Run:
CLI successfully creates a fresh pending broker session:
{ "pending_created": true, "pending_status": "PENDING", "login_url": "https://seleven-mcp-sg.airudder.com/openagent-auth/sessions/.../start" }Open the returned
login_url.The broker redirects to:
dashboard.heycall-e.com/login?mcp_return_to=...The dashboard shows only:
There is no visible signup, OAuth provider, or account provisioning link.
auth statusremains:{ "cache_exists": false, "pending_exists": true, "usable": false, "pending_status": "PENDING" }Expected
A new hackathon participant should be able to create/provision a CALL-E
account from this flow, as described in the hackathon onboarding
("You'll get a CALL-E account with 20 free calls automatically").
Actual
The brokered auth flow reaches a login form requiring credentials that a new
participant has never been given and has no visible way to create.
Impact
This blocks the primary documented entry point for the entire CALL-E hackathon
("Install CALL-E and sign in (5 min)"). A participant following the official
installation guide hits this dead end within the first five minutes.
Suggested fix
and hackathon call credits.
The visual product UX is excellent; this appears to be an onboarding/authentication
connection issue rather than a broader UI problem.