Exa.Console 1.0.0

dotnet tool install --global Exa.Console --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Exa.Console --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Exa.Console&version=1.0.0
                    
nuke :add-package Exa.Console --version 1.0.0
                    

Exa.Console

CLI for the Exa AI search API. YAML-first output optimized for LLM agent consumption.

Install

dotnet tool install --global Exa.Console

Authentication

Set the EXA_API_KEY environment variable, or pass --api-key on every command.

Commands

Search the web with natural language.

exa search "latest developments in quantum computing"
exa search "senior ML engineers at fintech companies" --category people --highlights
exa search "AI regulation updates" --category news --start-date 2025-01-01 --num 20
exa search "agtech companies series A" --category company --highlights --highlights-chars 2000
exa search "react state management" --include-domains "github.com,dev.to" --text
exa search "frontier AI models comparison" --type deep --summary

contents

Extract clean, LLM-ready content from URLs.

exa contents "https://arxiv.org/abs/2301.07041" --text
exa contents "https://example.com/article" --highlights --highlights-query "methodology"
exa contents "https://stripe.com" --summary --subpages 5 --subpage-target "about,careers,press"

answer

Get an LLM-generated answer with citations.

exa answer "What is the latest valuation of SpaceX?"
exa answer "How does transformer attention work?" --text

find-similar

Find pages similar to a given URL.

exa find-similar "https://arxiv.org/abs/2307.06435" --num 5
exa find-similar "https://example.com/blog" --highlights --exclude-domains "example.com"

License

MIT

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.0 86 4/30/2026