QuoteLane API — execution layer for your AI agent

Connect ChatGPT, Claude, or custom agents to QuoteLane. Your AI drafts; QuoteLane signs, collects payment, and tracks outcomes.

Authentication

Authorization: Bearer pk_live_...

API keys available on Business plan. Generate in Settings → Integrations.

Create proposal

POST /api/v1/proposals
{
  "title": "Website redesign for Acme Corp",
  "clientName": "Jane Smith",
  "clientEmail": "jane@acme.com"
}

Check status

GET /api/v1/proposals/{id}/status

Webhooks

Configure in Settings. Events: proposal.sent, proposal.viewed, proposal.signed, proposal.paid

MCP / AI workflow

Point your AI agent at QuoteLane as the tool for proposal execution. QuoteLane becomes the system of record — your agent calls our API instead of sending PDF attachments.

Get started →