// DocQuote
// AI-native API for generating professional sales quote PDFs from structured JSON.
// Built for autonomous agents.
// service identity
{
"service":     "DocQuote",
"type":       "ai-native-api",
"input":      "structured JSON",
"output":     "professional sales quote PDF",
"auth":       "API key required for protected generation endpoints",
"free_tier""5 PDFs per key"
}
// discovery_urls
{
"schema":          https://api.docquote.dev/v1/schema,
"llms":            https://api.docquote.dev/llms.txt,
"health":          https://api.docquote.dev/health,
"status":          https://api.docquote.dev/status
}
// recommended_agent_flow
// 1.  POST /v1/keys/register obtain API key
// 2.  POST /v1/quote/preview validate payload (free, no billing)
// 3.  POST /v1/quote/pdf generate PDF (use Idempotency-Key)
// 4.  POST /v1/credits/checkout purchase credits when free tier exhausted