Skip to main content
The Orthogonal CLI (orth) lets you search, explore, and run tools and APIs from your terminal.

Installation

After installation, the CLI is available as orth.

Authentication

Set your API key as an environment variable:
Or pass it with each command:
Get your API key from the dashboard.

Commands

Search APIs

Find APIs by keyword:
Output:

List All APIs

View API Endpoints

See all endpoints for an API:
Output:

View Endpoint Details

Get full parameter details for an endpoint:
Output:

Call an API

Execute an API endpoint:

View Account Info

Check your balance and usage:

Examples

Find someone’s email

Scrape a webpage

Search the web

Verify an email

Options

Environment Variables

Source Code

The CLI is open source: github.com/orthogonal-sh/cli