Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/install/CALL-E-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,24 @@ After the user confirms authorization is complete, finish the pending login:
env CALLE_SOURCE=skills_sh CALLE_INTEGRATION=skills_sh_skill CALLE_INTEGRATION_VERSION=0.1.0 calle auth login --no-browser-open
```

## Step 3.5 First-Time Users: Create The Account

`calle auth login` authenticates the CALL-E account that the dashboard
provisions for you. The first-time-user path is:

1. `calle auth login` opens the brokered dashboard sign-in.
2. On the sign-in page choose **Continue with Google** and complete Google
sign-in.
3. The dashboard provisions a workspace with the starter call entitlement.
4. The browser returns to the broker session; `calle auth login` completes
the token exchange.

The earlier credential-only login page (without a signup path) is tracked in
[#103](https://github.com/CALLE-AI/call-e-integrations/issues/103).
The onboarding blocker is considered mitigated pending an anonymous-user
regression check; if you cannot complete step 2–4 with a fresh account,
reply there.

## Step 4 Verify

```bash
Expand Down
18 changes: 18 additions & 0 deletions docs/install/install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,24 @@ The Codex, Claude Code, Cursor plugin, OpenClaw, and skills.sh skills use the
repository-local CLI when available, then a global `calle`, then the
npm fallback.

### First-Time Users: Create The Account

`calle auth login` authenticates the CALL-E account that the dashboard
provisions for you. The first-time-user path is:

1. `calle auth login` opens the brokered dashboard sign-in.
2. On the sign-in page choose **Continue with Google** and complete Google
sign-in.
3. The dashboard provisions a workspace with the starter call entitlement.
4. The browser returns to the broker session; `calle auth login` completes
the token exchange.

The earlier credential-only login page (without a signup path) is tracked in
[#103](https://github.com/CALLE-AI/call-e-integrations/issues/103).
The onboarding blocker is considered mitigated pending an anonymous-user
regression check; if you cannot complete step 2–4 with a fresh account,
reply there.

## Safety

CALL-E can place real outbound phone calls. Integrations must plan first,
Expand Down