Product
Command-line interface for expand.ai
Install the expand.ai CLI to fetch and process web content from your terminal.
npm install -g expandaipnpm bun add -g expandainpx expandai fetch https://example.comFetch and display markdown content from any URL.
# Display as markdown (default)
expandai fetch https://example.com
# Get full JSON response with metadata
expandai fetch https://example.com --format jsonAuthenticate with expand.ai. The command prompts for an API key and stores it in ~/.expandai/config.json.
expandai loginDisplay your current authentication status.
expandai whoamiInstall the expand.ai MCP server in your AI coding assistant.
expandai mcp install