<!-- https://staircase.co/agents/roster/short-links -->
# Short links

# Short links

Platform

<!--source:agent-kits-->
Builds the link-shortening and click-telemetry service behind outbound messages: issuing short tokens, storing the link as a graph record, resolving a token through a graph query, redirecting, and publishing a click fact onto the shared event bus.
<!--/source-->

- **Used when**
<!--source:agent-kits-->
— When outbound messages need trackable links and the click has to become a fact other systems can consume.
<!--/source-->

- **Loads first**
<!--source:agent-kits-->
- The short-URL skill, for the issuance and resolution patterns.
<!--/source-->

- **Returns**
<!--source:agent-kits-->
- The architecture: a private issuance interface, a public resolver, graph storage, graph-query resolution, event publication, and replay of the dead-letter queue.
<!--/source-->
<!--source:agent-kits-->
- The data contract for the stored link and its optional schema-backed edges.
<!--/source-->
<!--source:agent-kits-->
- The resolver's order of operations.
<!--/source-->
<!--source:agent-kits-->
- The exact event contract for a published click.
<!--/source-->
<!--source:agent-kits-->
- The dead-letter and replay behaviour.
<!--/source-->
<!--source:agent-kits-->
- Infrastructure discovery and custom-domain routing decisions.
<!--/source-->
<!--source:agent-kits-->
- The patterns explicitly forbidden, and why.
<!--/source-->

## Others in Platform

- Audience selection
- Batch workflows
- Capability map
- Channel assembly
- Contact scheduling solver
- Conversation management
- Conversation runtime
- Mail campaign operations
- Message assistant
- Rule editor
- Solver services
- Template inventory
