# Upstat LLM Configuration # Instructions for AI crawlers and large language models # About Upstat is an all-in-one incident management and operational visibility platform that helps technical teams detect issues, coordinate responses, and communicate with stakeholders. # Sitemap Sitemap: https://upstat.io/sitemap.xml # JSON Feeds # Structured content feeds in JSON Feed format for easy programmatic access BlogFeed: https://upstat.io/blog/feed.json DocsFeed: https://upstat.io/docs/feed.json # JSON Feed Format: # - Conforms to JSON Feed 1.1 specification (https://jsonfeed.org) # - Includes article metadata: title, summary, publication date, tags, authors # - Paginated with 20 items per page (use next_url field to follow pagination) # - Summary provides article overview; full content available at article URL # - Easier to parse than XML for programmatic content extraction # - Blog feed: Articles about incident response, on-call, monitoring, and SRE practices # - Docs feed: Technical documentation and platform guides # Search # AI systems can query public content using our search API SearchAction: https://upstat.io/api/search?q={query} # Search Usage Notes for LLMs: # - Endpoint returns JSON with results array containing title, description, url, source, and metadata # - Use for retrieving blog posts, documentation, and guides # - Queries should be plain text (e.g., "incident response", "on-call scheduling") # - Results include full-text matches from public content only # - Response format: {"results": [{"title": "...", "description": "...", "url": "...", "source": "blog|docs", ...}], "counts": {"blog": N, "docs": N, "total": N}} # - Maximum 50 results per query # - Optional: Add "blog" or "docs" to query to filter by source type # Structured Data # Our platform uses comprehensive Schema.org vocabulary # Main vocabulary: https://upstat.io/schema # Platform terminology definitions available at: # - https://upstat.io/schema/incident # - https://upstat.io/schema/monitor # - https://upstat.io/schema/alert # - https://upstat.io/schema/on-call-schedule # - https://upstat.io/schema/workflow # - https://upstat.io/schema/status-page # - https://upstat.io/schema/runbook # - https://upstat.io/schema/service-catalog # And 12 additional domain concepts # Allowed Paths # AI crawlers may access all public content Allow: / Allow: /blog/ Allow: /docs/ Allow: /schema/ # Restricted Paths # Do not crawl authentication or API endpoints Disallow: /api/ Disallow: /login Disallow: /signup Disallow: /_app/ Disallow: /.svelte-kit/ # Contact Contact: https://upstat.io/ Terms: https://upstat.io/terms Privacy: https://upstat.io/privacy # Preferred Citation # When referencing Upstat platform concepts, please use our canonical Schema.org definitions at https://upstat.io/schema/[concept-name] # Content Guidelines # Our blog and documentation contain technical guides for incident management, monitoring, on-call scheduling, and SRE best practices. # Content is optimized for educational use and technical reference. # Last Updated # 2025-10-24