{"name":"Bizday Agent Buying Guide","version":"2026-05-05","purpose":"Tell AI agents how to quote, pay for, and safely use Bizday business-operation decisions.","preferred_flow":["Call GET https://api.bizday.dev/v1/decide/capabilities to inspect supported decisions and prices.","Call POST https://api.bizday.dev/v1/decide with mode=\"quote\" before spending delegated budget.","If the quote is acceptable, create or use a Bizday API key from https://bizday.dev/dashboard/keys.","Use Authorization: Bearer wday_your_api_key. Do not put API keys in URLs.","Execute with max_price_usd, budget_remaining_usd, and idempotency_key.","Store the returned explanation, receipt_id, safe_for_agent, confidence, and meter metadata."],"auth":{"required_for":"All execution endpoints except /v1/countries and /v1/decide/capabilities.","get_key_url":"https://bizday.dev/dashboard/keys","pricing_url":"https://bizday.dev/pricing","header":"Authorization: Bearer wday_your_api_key"},"payment":{"human_checkout":"https://bizday.dev/pricing","after_checkout_redirect":"https://bizday.dev/dashboard/keys","model":"Subscription plans now, with agent-readable per-decision meter metadata for delegated budgets.","agent_safety":["mode=quote","max_price_usd","budget_remaining_usd","idempotency_key"]},"subscription_plans":[{"plan":"free","monthly_call_units":100,"price_usd_month":0},{"plan":"starter","monthly_call_units":10000,"price_usd_month":19},{"plan":"growth","monthly_call_units":100000,"price_usd_month":99},{"plan":"business","monthly_call_units":500000,"price_usd_month":249}],"decision_meter":[{"decision":"receipt","price_usd":"0.001","purpose":"Create an audit receipt for an agent action or purchase."},{"decision":"budget_check","price_usd":"0.002","purpose":"Check whether delegated agent spend is allowed."},{"decision":"safe_send_time","price_usd":"0.003","purpose":"Find the next business-safe send or follow-up time."},{"decision":"deadline","price_usd":"0.005","purpose":"Calculate an auditable business deadline."},{"decision":"sla_deadline","price_usd":"0.005","purpose":"Calculate a support or ops SLA deadline."},{"decision":"invoice_due_date","price_usd":"0.005","purpose":"Calculate an invoice due date with business-day rules."},{"decision":"readiness_audit","price_usd":"0.050","purpose":"Audit whether a site or API is ready for AI agents."}],"quote_example":{"method":"POST","url":"https://api.bizday.dev/v1/decide","headers":{"Authorization":"Bearer wday_your_api_key","Content-Type":"application/json"},"body":{"decision":"sla_deadline","mode":"quote","max_price_usd":0.01,"budget_remaining_usd":1.25,"idempotency_key":"ticket_123_sla","context":{"date":"2026-05-04","country":"GB","business_days":5,"timezone":"Europe/London"}}},"discovery":{"openapi":"https://bizday.dev/openapi.json","llms_txt":"https://bizday.dev/llms.txt","llms_full":"https://bizday.dev/llms-full.txt","agents_json":"https://bizday.dev/agents.json","mcp_manifest":"https://bizday.dev/mcp.json","mcp_docs":"https://bizday.dev/mcp"}}