Overview
Build with Estii. Connect your own systems, tools, and AI agents to your pricing data.
Estii is programmable. Read and update your deals and the data behind them (spaces, rate cards, roles, products, streams, templates, price estimates, and the deal lifecycle) from your own tools, the terminal, or an AI agent.
Three ways in, all over the same contract:
- MCP server — connect an AI agent like Claude Code or Codex and work in plain language. The quickest way to start, and Working with agents covers what to hand it once you are connected.
- Estii CLI — the official
estiicommand, published on npm as@estii.com/cli, for running any operation from your terminal. - API reference — a JSON REST API at
https://api.estii.com/v1, for building directly against Estii.
However you connect, you authenticate. Build against the API with a bearer token:
curl https://api.estii.com/v1/spaces \
-H "Authorization: Bearer estp_your_token"The CLI and MCP server take the same token, or you can just run estii auth login
to sign in through your browser. See Authentication for
tokens and scopes.
Learn more
MCP server
Drive Estii from Claude Code, Codex, or another AI agent.
Working with agents
What you can hand an assistant, in plain language. No commands.
Estii CLI
Official estii command, published on npm as @estii.com/cli.
API reference
Every endpoint, with request and response schemas.
Authentication
Bearer credentials, scopes, rate limits, and errors.
Integrations
Connect Estii to Salesforce, Slack, Jira, and more in the help centre.