Skip to main content
Composio requires python 3.9 and pip.
Composio CLI is a command-line interface that allows you to interact with the Composio API. It’s a powerful tool for managing your active connections, triggers, and actions.

Installation and Basic Commands

1

Install Composio CLI

Begin by installing the CLI to start managing your agent interactions seamlessly.
pip install composio-core
2

Login to Composio

Authenticate your session by logging into your Composio account.
composio login
3

Update all Apps & Actions

Keep your tools up-to-date by refreshing all applications and actions through the CLI.
composio apps update
4

Verify Current User Identity

Confirm your identity with the CLI to ensure correct user session.
composio whoami
5

Logout from Composio

Securely end your session by logging out from the Composio CLI.
composio logout