Automations

Templates

Prebuilt automations you can install in one step. Each template ships with a trigger, instructions, and actions already wired, so you start from a working configuration instead of a blank builder.

A template is a complete automation: a trigger, agent instructions, and actions already configured for a specific job. Templates are grouped into five categories: Observability, CI/CD, Infrastructure, Scheduled, and Platform.

Some examples from the catalog:

  • Detect anomalous traffic (detect-anomalous-traffic): fires on the alert trigger, analyzes traffic patterns for spikes, geographic anomalies, and DDoS indicators, and makes a clear escalation decision.
  • Generate weekly report (generate-weekly-report): runs on a cron trigger every Friday at 10:00 and compiles an engineering report covering issues, deployments, and pull request activity.
  • Babysit GitHub deployment (babysit-github-deployment): fires on github.deployment, runs pre-flight checks and post-deploy health monitoring, and opens an incident with a rollback recommendation when the deploy is degraded.

Install a template

Browse the catalog and create from a slug:

Terminal
polylane automation catalog
polylane automation from-template detect-anomalous-traffic
polylane automation from-template daily-aws-infrastructure-audit --pass-count 2 --provider aws

--pass-count overrides the template's number of parallel agent passes (1 to 10). --provider checks that the template targets that provider; the command fails on a mismatch.

Or from the API:

Terminal
curl -X POST https://api.polylane.com/v1/automations/from_template \
  -H "Authorization: Bearer <api-key>" \
  -H "Content-Type: application/json" \
  -d '{"workspaceId": "<workspace-id>", "templateSlug": "detect-anomalous-traffic"}'

You can also pick a template in the console under Automations → Templates.

Installing a template creates a regular automation. Everything stays editable: change the instructions, adjust filters, or add destinations. Templates that reference skills attach those skills to the new automation on install. Connect the template's providers under integrations first, so the trigger has events to act on.

Catalog

Search, filter by category or provider, and open any template to see its trigger, instructions, actions, and required providers.

Category
Observability
Git
Cloud
Code agent

Reporting

Scheduled reports, digests, and audits

Generate weekly report
Compile a weekly engineering report covering incidents and deployments
On-call handoff brief
Monday morning briefing summarizing all incidents, alerts, deployments, and infrastructure changes since the last handoff
Track deployment frequency
Generate weekly reports on deployment frequency, lead time, and failure rates
Monitor SLA compliance
Track service level objectives and alert when SLOs are at risk of being breached
Datadog alert noise reduction report
Identify noisy Datadog alerts that fire frequently without actionable outcomes
Honeycomb alert noise reduction report
Identify noisy Honeycomb alerts that fire frequently without actionable outcomes
Axiom alert noise reduction report
Identify noisy Axiom alerts that fire frequently without actionable outcomes
Cloud compliance audit
Weekly audit of IAM policies, resource tagging, and governance compliance across cloud providers
Weekly GitHub security digest
Compile a weekly GitHub report on security events, vulnerabilities, and access changes
Weekly AWS security digest
Compile a weekly AWS report on security events, vulnerabilities, and access changes
Weekly Cloudflare security digest
Compile a weekly Cloudflare report on security events, vulnerabilities, and access changes
Weekly Datadog security digest
Compile a weekly Datadog report on security events, vulnerabilities, and access changes
+1
Capacity planning report
Forecast resource usage trends and flag services approaching capacity limits
Monthly incident trends
Monthly analysis of incident patterns, root causes, and team response effectiveness
On-call load report
Analyze on-call burden per team including pages, interruptions, and off-hours alerts
Daily platform health summary
Morning briefing on overall platform health for engineering leadership
Daily Datadog error review
Proactive daily scan of Datadog errors, surfacing new patterns and regressions
Daily Honeycomb error review
Proactive daily scan of Honeycomb errors, surfacing new patterns and regressions
Daily Axiom error review
Proactive daily scan of Axiom errors, surfacing new patterns and regressions
Daily Sentry error review
Proactive daily scan of Sentry errors, surfacing new patterns and regressions
Daily CloudWatch error review
Proactive daily scan of CloudWatch errors, surfacing new patterns and regressions

Scheduled Scans

Recurring codebase and coverage scans

Deployment

Monitor and validate deployments