context-dev CLI to retrieve company data, scrape websites, and run other API operations from your terminal.
The CLI is generated from the API contract. Command names and flags can change between releases as that contract evolves. Use
--help from your installed version as the source of truth.Install
- Release binary
- Go
Download the archive or package for your operating system and architecture from the latest GitHub release.Extract Pin a release and verify any published checksums in CI instead of downloading
context-dev, move it to a directory on your PATH, then verify it:latest on every run.Set your API key
Create an account at context.dev/signup, copy a key from the dashboard, and expose it to the current shell:--api-key flag for normal use because command-line arguments can appear in shell history and process listings.
Make your first request
The Brand command uses the same discriminator asPOST /brand/retrieve:
--transform to inspect the full response.
Do not use older dedicated commands such as retrieve-by-name or identify-from-transaction. The current CLI uses one brand retrieve command with the appropriate --type and matching identifier flag.
Find a command
parse, web, ai, brand, industry, utility, monitors, batch, people, and news.
Common operations:
--help command when using a different release.
Control output
Use machine-readable output for scripts and transformations to keep large responses out of an agent’s context window:context-dev --help before relying on one in automation.
Use with an agent
Add a short instruction to your repository’s agent file:AGENTS.md
Troubleshoot
Next steps
Agent quickstart
Scope an integration task and verify the code your agent writes.
Connect MCP
Connect your agent to the hosted Context.dev tools.
CLI source and releases
Inspect the CLI source or download a release.