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.
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.