Explicit formula
Every result exposes labor, materials, overhead, risk reserve, payment fee and target margin.
PAY-PER-CALL API · USDC SOLANA · NO ACCOUNT
ProfitKit Quote API turns labor, materials, overhead, payment fees and risk into a defensible price floor. The free endpoint checks margin; the paid endpoint returns a complete three-option proposal.
Deterministic formulas · JSON output · No customer data stored · ES/EN-ready proposal structure
{
"quoted": {
"price": 840,
"profit": 174.16,
"marginPct": 21.37,
"status": "margin_risk"
},
"guardrails": {
"breakEven": 660.45,
"recommendedListPrice": 880.60
}
}LIVE FREE ENDPOINT
The demo calls the public JSON endpoint. It does not request a wallet or store the inputs.
Change the inputs and run the same deterministic engine exposed by the API.
DEVELOPER-FIRST
POST /api/v1/quote-checkCost basis, break-even, target-margin price, quote status and warnings.
POST /api/v1/proposal-packEverything above plus three price options, scope, exclusions, milestones and change control. Payment uses x402 on Solana mainnet.
curl -X POST https://profit-kit-trc20.cpc-luishuerta.chatgpt.site/api/v1/quote-check \
-H "content-type: application/json" \
-d '{"hours":12,"hourlyCost":25,"materials":180,"travel":40,"overheadPct":12,"targetMarginPct":25,"riskPct":10,"quotedPrice":840}'Paid clients receive HTTP 402 payment requirements and retry with a signed payment. The server never receives the buyer's private key.
EVIDENCE, NOT TESTIMONIALS
Every result exposes labor, materials, overhead, risk reserve, payment fee and target margin.
Responses include an engine version so integrations can detect future changes.
The Business Bundle provides editable spreadsheet versions for human review and client work.
TWO PRODUCTS · ONE ENGINE
Use the API for workflows and agents, or buy the five-file Business Bundle for 9 USD.