Skip to content
Merged
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
5 changes: 2 additions & 3 deletions cmd/onecli/skill_gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ You MUST show the user a clickable link BEFORE doing anything else.
Do NOT skip this step. Do NOT jump to polling. The user cannot connect
without seeing this link.

**For OAuth apps:** extract the `connect_url` from the error response and
append `&source=agent&agent_name={{AGENT_NAME_ENCODED}}`. Show it like:
**For OAuth apps:** use the `connect_url` from the error response directly:

> To connect [service], open this link:
> http://localhost:10254/connections?connect=[provider]&source=agent&agent_name={{AGENT_NAME_ENCODED}}
> [connect_url from the error response]

**For API key services:** construct a pre-filled dashboard link:

Expand Down
Loading