Get started with Ready APIs in one command - the curated data layer for products and AI agents.
npx readyapis initInteractive starter that drops a runnable demo file in your current directory. Demo mode works without an API key. Pick from geo, tax, fx, email, calendar, or intel - and node, python, or curl.
| Command | What it does |
|---|---|
init |
Scaffold a starter file. Asks language + API, writes one file. |
whoami |
Verify your API key works. Reads READYAPIS_API_KEY from env or .env. |
help |
Show help. |
Demo mode hits public allowlisted parameters only (ZIP 30301, email hello@stripe.com, etc.). For production calls set an API key:
export READYAPIS_API_KEY=ra_live_...Free tier: 1,000 credits/month. Get a key: https://readyapis.com/register.
This package has no runtime dependencies. Node 18+ built-ins only - npx resolves it in under a second.
MIT