feat(cli): add connected-accounts command#2676
Merged
haxzie merged 3 commits intofeat/cli-auth-configsfrom Feb 19, 2026
Merged
Conversation
…lete Implement `composio connected-accounts` with four subcommands for managing OAuth/API-key connections to external services. Add Effect Schema model with security exclusions (state, data, params fields omitted to prevent credential leakage). Extend ComposioToolkitsRepository with connected-account CRUD methods. Include 22 unit tests and 7 VHS recordings.
…inking Adds `composio connected-accounts link --auth-config <id>` which creates an OAuth redirect session via the Link API, opens the browser, and polls until the connection becomes ACTIVE.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
The Please review and fix the vulnerabilities. You can try running: pnpm audit --fix --prodAudit output |
haxzie
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR:
auth-configscommand withredact()utility #2675composio connected-accounts listwith--toolkits,--user-id,--status,--limitfilterscomposio connected-accounts info <id>to view connection details (toolkit, auth scheme, status)composio connected-accounts whoami <id>to show the external account profile for a connectioncomposio connected-accounts delete <id>with--yesflag to skip confirmation promptcomposio connected-accounts link --auth-config <id>which creates an OAuth redirect session via the Link API, opens the browser, and polls until the connection becomes ACTIVErequireAuthguard andhandleHttpServerErrorshared effects reused across auth-configs and connected-accounts commandsConnectedAccountItemmodel,LinkCreateResponseschema, and corresponding service/repository/cache wiring