> ## Documentation Index
> Fetch the complete documentation index at: https://docs.squasher.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Opsgenie

> Migrate Opsgenie schedules and escalation policy structure into Squasher on-call.

Use this migration path for cutover from Opsgenie rotations to Squasher on-call.

## Import flow

1. Export Opsgenie schedules and escalation policies.
2. Match Opsgenie users to Squasher users.
3. Recreate the schedule rotations in Squasher.
4. Verify current coverage and upcoming shifts before moving paging routes.

```bash theme={null}
squasher on-call create --project <project_id> --name "Opsgenie primary" --timezone America/Los_Angeles --handoff-day 1 --handoff-time 09:00 --member <user_id>
squasher on-call current --project <project_id>
```

## Agent guidance

Do not guess missing coverage. If the Opsgenie export has gaps or unmatched users, ask the user before creating the Squasher schedule.

Related: [On-call](/features/on-call), [On-call API](/api-reference/on-call).
