Skip to main content

Cobo CLI

Cobo Command Line Interface (CLI) is a powerful developer tool designed to help you build, test, and manage your integration with Cobo Wallet-as-a-Service (WaaS) 2.0 directly from the command line.

Table of Contents

Installation

To install Cobo CLI, you can use pip with the following command:

pip install cobo-cli

Ensure that you have Python 3.9 or newer installed.

Or you can install Cobo CLI via homebrew:

brew install cobo-cli

Usage

To use Cobo CLI, run the following command in your terminal:

cobo [OPTIONS] COMMAND [ARGS]...

Check full documentation here.

Global Options

  • -e, --env [dev|prod]: Override the environment for this command.
  • -a, --auth [apikey|user|org]: Override the authentication method for this command.
  • --enable-debug: Enable debug mode for verbose logging.
  • --config-file FILEPATH: Specify the path to the config file.
  • --spec PATH: Path to a custom OpenAPI specification file.
  • --help: Show help message and exit.

Commands

Application Management

  • app: Manage Cobo applications.
    • init: Create a new Cobo application project.
    • run: Run a Cobo application.
    • upload: Upload a Cobo application.
    • update: Update an existing Cobo application.
    • status: Check the status of a Cobo application.

Authentication

  • auth: Set or view the default authentication method.

Configuration

  • config: Manage CLI configuration settings.
    • set: Set a configuration value.
    • get: Get a configuration value.
    • list: List all configuration values.
    • delete: Delete a configuration value.
    • show-path: Show the configuration file path.
    • env: Print env vars for SDK samples. Use --format shell (default) / powershell / cmd for your platform; then eval $(cobo config env) or the doc-recommended command.

Login and Logout

  • login: Perform user or organization login operations.
    • status: Show the current login status.
    • switch-org: Switch between logged-in organizations.
  • logout: Perform user or organization logout operations.

API Requests

  • get: Make a GET request to a Cobo API endpoint.
  • post: Make a POST request to a Cobo API endpoint.
  • put: Make a PUT request to a Cobo API endpoint.
  • delete: Make a DELETE request to a Cobo API endpoint.
  • graphql: Execute a GraphQL query against the Cobo API.

Documentation

  • doc: Open Cobo documentation or display API operation information.

Environment

  • env: Set or view the current environment.

Logs

  • logs: Commands related to log operations.
    • tail: Tail the request logs from Cobo.

Webhook

  • webhook: Commands related to webhook operations.
    • events: List all available webhook event types.
    • listen: Listen for webhook events using WebSocket.
    • trigger: Manually trigger a webhook event.

AI Coding Agent Integration

  • skill: Install and manage AI coding agent skills.
    • install: Install cobo-waas skill for an AI coding agent (claude, cursor, or all).
    • list: List available skills.
    • remove: Remove installed skill from an AI coding agent.
    • status: Show skill installation status.

Other Commands

  • open: Open a specific Cobo portal page in the default web browser.
  • keys: Generate and manage API/APP keys.
    • generate: Generate a new API/APP key pair.
  • version: Display the current version of the Cobo CLI tool.

AI Coding Agent Setup

After installing cobo-cli, you can install the WaaS skill for your AI coding assistant:

# Install globally for Claude Code
cobo skill install claude

# Install in current project only
cobo skill install claude --scope local

# Install for all supported agents
cobo skill install all

# Check installation status
cobo skill status

# Remove skill
cobo skill remove claude

The skill enables AI agents (Claude Code, Cursor) to:

  • Set up Cobo API authentication
  • Create and manage wallets (Custodial, MPC)
  • Execute transfers and monitor transactions
  • Generate SDK code in Python, JavaScript, Go, Java

Development

You can build your custom Cobo CLI based on the Cobo CLI project. You need to install Poetry first.

To set up the development environment, install the development dependencies:

poetry install

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cobo_cli-0.1.10.tar.gz (121.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cobo_cli-0.1.10-py3-none-any.whl (153.7 kB view details)

Uploaded Python 3

File details

Details for the file cobo_cli-0.1.10.tar.gz.

File metadata

  • Download URL: cobo_cli-0.1.10.tar.gz
  • Upload date:
  • Size: 121.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.13

File hashes

Hashes for cobo_cli-0.1.10.tar.gz
Algorithm Hash digest
SHA256 fc631b4b51346941fcde398080e23cace14afb922ed9754777d2e0bb3e9763d6
MD5 a075f53d02f7124d9194840747da566f
BLAKE2b-256 a4786ce4772eac6acfdf58c1b2f51c4a074e7abf8ab44bb3c6e37ff998ef888a

See more details on using hashes here.

File details

Details for the file cobo_cli-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: cobo_cli-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 153.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.13

File hashes

Hashes for cobo_cli-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 0df4043a4618591ecee07d973cf09c462702596b28548f7faa2f18fd28e51b8d
MD5 ac28cacfa5d5e4796c8f21282636e562
BLAKE2b-256 be00a4f2052e686a48fdba1c18826ea1b617186a663770172aa8e6a6f5280558

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.10 This release

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.0.9

2 files

0.0.8

2 files

0.0.7

2 files

0.0.6

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

1 file

0.0.2

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page