polylane-automations
Installation
SKILL.md
Polylane Automations
An automation is an unattended agent run: a typed event fires, an agent executes your instructions with an allowed set of skills (tools), optional actions apply side-effects, and destinations deliver the result. Every piece is declarative JSON.
This file carries the model and the authoring process — not the type catalogs, which have live sources:
| Source | How to retrieve | Use for |
|---|---|---|
| API schema | polylane api describe automations.post |
The authoritative request shape, every trigger/action/destination type and filter, for the installed API version |
| Public catalogs | GET /v1/public/automations/{catalog,triggers/catalog,actions/catalog} |
Templates and type lists without auth |
| Docs | https://docs.polylane.com/remediation/automations (+ /triggers, /actions, /destinations, /templates; raw markdown at /raw/...md) |
Concepts, examples, filter semantics |
| Template shapes | polylane automation catalog --output json |
Full bodies to crib from |
| Attachable skills | polylane skill list |
Slugs for --tool |
The Shape
trigger(s) ──▶ [optional delay] ──▶ agent run (instructions + tools) ──▶ actions ──▶ destinations