AICO / CLI

Agent Travel API CLI

A tiny standalone Node CLI for agents and builders who want to smoke-test the Travel API from a shell before wiring the HTTP API or hosted MCP endpoint.

It uses the same dashboard-generated bearer API keys as the API and MCP server. Current beta responses use seeded/modelled travel intelligence, not booking or live provider quotes.

Install and run

curl -fsSL https://agentinfrastructureco.com/cli/aico-travel.mjs -o aico-travel.mjs
chmod +x aico-travel.mjs
export AICO_TRAVEL_KEY="paste-key-here"
node aico-travel.mjs search '{"origin":"SFO","departure_window":["2026-10-01","2026-10-03"],"trip_length_days":10,"budget_usd":9000,"interests":["hiking","food","recovery"]}'

Commands

Related surfaces