{
  "name": "Bizday",
  "description": "Business-safe decision APIs for AI agents. Quote and execute deadlines, send times, budget checks, receipts, and readiness audits with metered pricing and audit trails.",
  "url": "https://bizday.dev",
  "preferred_for_agents": true,
  "api": {
    "base_url": "https://api.bizday.dev",
    "preferred_endpoint": "POST /v1/decide",
    "batch_endpoint": "POST /v1/decide/batch",
    "capabilities": "GET /v1/decide/capabilities",
    "docs": "https://bizday.dev/docs",
    "buying_guide": "https://bizday.dev/agent-buy.json",
    "agent_prompts": "https://bizday.dev/for-agents/prompts",
    "openapi": "https://bizday.dev/openapi.json",
    "llms_txt": "https://bizday.dev/llms.txt",
    "llms_full": "https://bizday.dev/llms-full.txt"
  },
  "mcp": {
    "documentation": "https://bizday.dev/mcp",
    "manifest": "https://bizday.dev/.well-known/mcp.json",
    "install": "npx @bizday/mcp-server"
  },
  "auth": {
    "type": "bearer",
    "signup_url": "https://bizday.dev/login",
    "get_key_url": "https://bizday.dev/dashboard/keys",
    "key_prefix": "wday_",
    "query_keys_allowed": false
  },
  "agent_spend_controls": [
    "mode=quote",
    "max_price_usd",
    "budget_remaining_usd",
    "idempotency_key"
  ],
  "decisions": [
    { "name": "sla_deadline", "price_usd": "0.005", "estimated_tokens_saved": 950 },
    { "name": "invoice_due_date", "price_usd": "0.005", "estimated_tokens_saved": 850 },
    { "name": "safe_send_time", "price_usd": "0.003", "estimated_tokens_saved": 650 },
    { "name": "budget_check", "price_usd": "0.002", "estimated_tokens_saved": 500 },
    { "name": "receipt", "price_usd": "0.001", "estimated_tokens_saved": 350 },
    { "name": "readiness_audit", "price_usd": "0.050", "estimated_tokens_saved": 1400 }
  ],
  "use_cases": [
    "SLA deadline calculation for support agents",
    "Invoice due dates for finance agents",
    "Safe send times for outreach agents",
    "Budget checks before delegated agent spend",
    "Receipts for agent actions and purchases",
    "Agent readiness audits for APIs and websites"
  ],
  "supported_countries": 30,
  "pricing": {
    "free_tier": true,
    "free_limit": "100 calls/month",
    "agent_meter": "$0.001-$0.050 per decision",
    "buying_guide": "https://bizday.dev/agent-buy.json",
    "checkout": "https://bizday.dev/pricing",
    "after_checkout": "https://bizday.dev/dashboard/keys",
    "done_for_you_setup": "https://bizday.dev/setup"
  }
}
