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.
- CLI — the
estiicommand, 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.
CLI
Run every API operation from your terminal.
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.