Integrations
Integrations give agents something to work with. Depending on the provider, connecting registers:
- Query tools the agent can call: search logs, fetch a pull request diff, describe a cloud resource, run a metrics query.
- Triggers automations can listen to:
github.push,alert,vercel.deployment,slack.message, and platform events likepolylane.cloud_account.connected. - Resources that join the context graph. Cloud providers sync their resources into the topology, where detection and investigation pick them up.
How connecting works
Every provider has a guided connect flow in the console. The method matches the provider: AWS deploys a CloudFormation stack that creates a read-only role, GitHub and Sentry install an app through OAuth, Vercel installs an integration from the Vercel Marketplace, and most others take an API key or token. Credentials are encrypted before they are stored, and the agent never sees them.
You can also connect from the terminal:
polylane cloud connect --provider aws
polylane integration connect --type datadog
Each provider has its own page with setup steps, permissions, and troubleshooting at /integrations/<type>, for example /integrations/cloudflare.
Catalog
Click any integration for its tools, triggers, automation templates, and connect guide.
Git providers
Connect your codebase
Observability
Query metrics, logs, and traces
Code agents
Delegate code changes to autonomous agents
Communication
Collaborate with your team
Knowledge base
Search docs and wikis
Issue tracking
Create and manage issues
Incident management
Declare and respond to incidents
CI / CD
Build, test, and deploy pipelines
Product analytics
Understand user behavior and feature usage
Cloud providers
Connect your infrastructure
Protocols
Bring your own tools via standard protocols
Overview
Context is everything Polylane knows about your system. Connect your clouds, code, and observability providers, and the platform builds a live context graph that every agent reasons over.
Clouds
Connect a cloud account, sync its resources into the topology, and track every infrastructure change from one page.