# Agent Service Ownership and On-Call Schedules Status: public Confidence: medium (0.725) (verified) Last verified: 2026-06-02 Generation: ai_structured ## TL;DR Service ownership and on-call schedules tell an agent which team owns a system, who can answer operational questions, and when human escalation is appropriate. ## Core Explanation Agents debugging incidents or planning changes need more than repository files. A service catalog can connect a service to owners, dependencies, metadata, and documentation, while on-call tools show who is responsible for active response. The safe workflow is to use ownership and schedule data for routing and context. Agents should not page, assign blame, or modify escalation policy without explicit authorization. ## Source-Mapped Facts - Backstage software catalog documentation describes the catalog as a centralized system for tracking software, metadata, and ownership. ([source](https://backstage.io/docs/features/software-catalog/)) - PagerDuty documentation says schedules determine who is on call and when they are on call. ([source](https://support.pagerduty.com/main/docs/escalation-policies-and-schedules)) - Opsgenie documentation describes managing on-call schedules and rotations for response coverage. ([source](https://support.atlassian.com/opsgenie/docs/manage-on-call-schedules-and-rotations/)) ## Further Reading - [Backstage Software Catalog](https://backstage.io/docs/features/software-catalog/) - [PagerDuty Escalation Policies and Schedules](https://support.pagerduty.com/main/docs/escalation-policies-and-schedules) - [Opsgenie Manage On-Call Schedules and Rotations](https://support.atlassian.com/opsgenie/docs/manage-on-call-schedules-and-rotations/)