Skip to main content
The agent-readable guides: finterm.ai/llms.txt for setup and worked examples, and docs.finterm.ai/llms.txt for the API surface and per-tool endpoints.
Every authenticated data and tool call requires Finterm Pro (there is no free data tier). Without it, calls return 402 SUBSCRIPTION_REQUIRED with the machine-readable error.upgrade_url. After checkout, re-run the command; access activates automatically. A 401 means the key itself is missing or was rotated. Two endpoints work with any authenticated key, Pro or not: GET /api/v1/account (plan status) and POST /api/v1/feedback (finterm feedback: bug reports, questions, and feature requests, straight from the CLI). Integrating against the API directly (no CLI)? Mint a key from the dashboard at app.finterm.ai/dashboard and call any documented endpoint:
Setting up a coding agent? finterm setup installs the Finterm skills and finterm prime orients the agent. Check your plan any time with finterm auth status.