Integrations
Connect your stack.
Native integrations, community plugins, and more.
Agentro plugs into the tools your team already uses. Every integration — built-in or community — uses the same plugin interface.
GitLab
NativeFull GitLab integration — create branches, submit merge requests, monitor CI/CD pipelines. Supports cloud and self-hosted.
Plane
NativeConnect your Plane workspace. Pull epics, issues, and cycles. Agent outputs auto-link back to tickets.
AutomatR
NativeOne-click launch from AutomatR into Agentro — shared OIDC session, zero re-authentication.
GitHub
Coming SoonGitHub integration for repositories, pull requests, and Actions.
Jira
Coming SoonJira integration for issues, sprints, and epics.
Linear
PluginLinear integration via community plugin.
Slack
Coming SoonSlack notifications for agent events and session updates.
VS Code
PluginVS Code extension for launching Agentro sessions from your editor.
OpenBao
Built-inSecrets management for agent credentials and API keys.
MinIO
Built-inArtifact storage for agent outputs and session data.
Authentik
Built-inSSO/IAM via OpenID Connect for enterprise authentication.
Plugin SDK
Build your own integrations.
Agentro's plugin system uses a simple manifest + provider pattern. Drop a folder, declare your permissions, and ship.
- Custom SCM, tracker, or agent providers
- Typed SDK with full IntelliSense
- Scoped permission model per plugin
- Hot-reload in development
- Community plugin marketplace (coming soon)
name: security-auditor
version: 1.2.0
type: agent-plugin
entry: ./src/index.ts
permissions:
- read:codebase
- write:comments
- call:external-apiDon't see what you need?
Request a new integration or build your own with our Plugin SDK.