Skip to main content
A gateway prompt is a routing and orchestration instruction. It bridges the vocabulary of your ticketing system to your internal infrastructure, and defines how a ticket turns into a sequence of tasks. The gateway prompt has no influence on how the agent behaves once assigned. Its job ends when a task is created. Behavioral shaping lives in Specialties and Operational Rules.

What belongs in a gateway prompt

Task sequencing across multiple hosts

This is where the gateway earns its value: defining the flow when resolving a ticket needs more than one task.
A well-written orchestration sequence is the difference between a ticket that is superficially resolved and one that is actually fixed across the full topology.

Routing conventions for special host classes

Some concerns are always handled by a dedicated host or group, regardless of how the ticket is worded.

Host name mappings (only when needed)

The gateway is usually smart enough to map external names to your inventory by itself. Add explicit mappings only for non-obvious cases — when external names don’t share any naming convention with your internal hostnames.

What does NOT belong in a gateway prompt

Scope gating

A gateway prompt also acts as a scope gate. Defining which kinds of requests the gateway should or should not handle means tickets outside that scope are dropped silently — no comment, no status change, no ownership change. See Routing and Scope.