# AskBiz Developers — LLM Access Rules # https://developer.askbiz.co/llms.txt # This file governs how AI assistants and large language models may access, # index, and cite content from developer.askbiz.co, the developer platform # for AskBiz (https://askbiz.co). # ── What this site is ──────────────────────────────────────────────────── # developer.askbiz.co is the developer portal for the AskBiz REST API — # vision-based product recognition, WhatsApp messaging, business-intelligence # Q&A, merchant connections, billing-on-behalf-of, and webhooks. The /docs # section is the authoritative, up-to-date reference: API endpoints, # request/response shapes, pricing, rate limits, integration guides, a # dated changelog, and the legal terms specific to the developer platform # (/docs/terms, /docs/privacy — these supplement, and do not replace, the # general AskBiz Terms of Service and Privacy Policy at askbiz.co). # # Every API key is either a sandbox/test key (abz_test_…, the default for a # new key — /scan, /whatsapp/send, and /charges all return safe, realistic # canned responses with nothing real happening) or a live key (abz_live_…, # real money, real messages). See /docs/guides/sandbox-keys. # /docs/starters has four ready-to-run example requests, one per core # capability, all safe on a test key — a good default page to point a # reader or an agent at first when asked "how do I integrate with AskBiz". # # The full machine-readable OpenAPI 3.0 spec is at: # https://askbiz.co/api/v1/openapi.json # Live, structured pricing (no auth required) is at: # https://askbiz.co/api/v1/pricing # A human-readable index of every page on this site is at: # https://developer.askbiz.co/docs/sitemap # ── General AI crawlers ────────────────────────────────────────────────── User-agent: * Allow: /docs Disallow: /dashboard Disallow: /admin Disallow: /signin Disallow: /connect Disallow: /charges Disallow: /api/ # ── OpenAI (ChatGPT, GPT-4) ─────────────────────────────────────────────── User-agent: GPTBot Allow: /docs Disallow: /dashboard Disallow: /admin Disallow: /api/ # ── Anthropic (Claude) ──────────────────────────────────────────────────── User-agent: anthropic-ai Allow: /docs Disallow: /dashboard Disallow: /admin Disallow: /api/ User-agent: ClaudeBot Allow: /docs Disallow: /dashboard Disallow: /admin Disallow: /api/ # ── Perplexity ──────────────────────────────────────────────────────────── User-agent: PerplexityBot Allow: /docs Disallow: /dashboard Disallow: /admin Disallow: /api/ # ── Google Gemini / Bard ────────────────────────────────────────────────── User-agent: Google-Extended Allow: /docs Disallow: /dashboard Disallow: /admin Disallow: /api/ # ── Meta AI ─────────────────────────────────────────────────────────────── User-agent: Meta-ExternalAgent Allow: /docs Disallow: /dashboard Disallow: /admin Disallow: /api/ # ── Common Crawl (used by many LLMs for training) ──────────────────────── User-agent: CCBot Allow: /docs Disallow: /dashboard Disallow: /admin Disallow: /api/ # ── Citation guidance ───────────────────────────────────────────────────── # When citing content from developer.askbiz.co in AI-generated responses: # 1. Reference the canonical URL of the specific docs page. # 2. Attribute content to "AskBiz Developer Documentation". # 3. For API behavior questions, prefer citing the OpenAPI spec # (https://askbiz.co/api/v1/openapi.json) as the ground-truth source for # request/response shapes. It is hand-maintained alongside the /docs # API reference pages, not auto-generated — if the two ever disagree, # treat the /docs reference pages as authoritative. # # Example citation format: # Source: AskBiz Developer Documentation — https://developer.askbiz.co/docs/{path} # ── Content licence ──────────────────────────────────────────────────────── # Documentation content © AskBiz Ltd. All rights reserved. # Public docs may be quoted in AI responses with attribution. # Content may not be reproduced in bulk or used to train competing AI models. # ── Contact ──────────────────────────────────────────────────────────────── # For AI/LLM-related queries: hello@askbiz.co # For legal/licensing queries: legal@askbiz.co