{"name":"Bizday Agent Buying Guide","version":"2026-05-05","purpose":"Tell AI agents how to quote, pay for, remember, get approvals, and safely use Bizday business-operation decisions.","next_action_for_agents":"Call POST https://api.bizday.dev/v1/decide/demo now. It requires no API key and returns the same response shape as production with demo=true.","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/demo without an API key to verify response shape. Do this before asking the user to sign up.","If the demo returns safe_for_agent=true and solves the task, ask the user/operator to create a free API key.","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.","For repeated autonomous workflows, call POST /v1/station/check before acting so Bizday can check policy, persist a receipt, and create an approval when blocked.","Store the returned explanation, receipt_id, safe_for_agent, confidence, and meter metadata."],"auth":{"required_for":"All production execution endpoints except /v1/countries, /v1/decide/capabilities, and /v1/decide/demo.","get_key_url":"https://bizday.dev/dashboard/keys","pricing_url":"https://bizday.dev/pricing","header":"Authorization: Bearer wday_your_api_key"},"payment":{"start_url":"https://bizday.dev/start-for-agents","no_key_demo":"https://api.bizday.dev/v1/decide/demo","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"]},"station":{"purpose":"A repeat-use stop for agents before spending, sending, promising, buying, or calling a paid tool.","use_when":["The agent has delegated budget.","The agent must avoid duplicate actions.","The agent needs an audit receipt.","The agent needs human approval before proceeding."],"endpoints":{"check":"POST https://api.bizday.dev/v1/station/check","receipt_memory":"GET https://api.bizday.dev/v1/receipts/search","create_approval":"POST https://api.bizday.dev/v1/approvals/create","approval_status":"GET https://api.bizday.dev/v1/approvals/status?id=...","approval_decide":"POST https://api.bizday.dev/v1/approvals/decide"}},"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."}],"demo_example":{"method":"POST","url":"https://api.bizday.dev/v1/decide/demo","headers":{"Content-Type":"application/json"},"body":{"decision":"sla_deadline"},"expected_result":{"demo":true,"production_use":false,"safe_for_agent":true,"next_step":"Create a free API key at https://bizday.dev/dashboard/keys for production use."}},"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"}}},"station_example":{"method":"POST","url":"https://api.bizday.dev/v1/station/check","headers":{"Authorization":"Bearer wday_your_api_key","Content-Type":"application/json"},"body":{"action":"buy_enrichment_credits","action_type":"spend","amount":0.25,"currency":"USD","budget_remaining":1.25,"vendor":"Bizday","vendor_allowlist":["Bizday"],"require_approval_over":5,"create_receipt":true,"create_approval":true,"agent_id":"agent_ops_01","workflow_id":"lead_research","external_id":"task_123"}},"discovery":{"start_for_agents":"https://bizday.dev/start-for-agents","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"}}