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

Native

Full GitLab integration — create branches, submit merge requests, monitor CI/CD pipelines. Supports cloud and self-hosted.

Plane

Native

Connect your Plane workspace. Pull epics, issues, and cycles. Agent outputs auto-link back to tickets.

AutomatR

Native

One-click launch from AutomatR into Agentro — shared OIDC session, zero re-authentication.

OpenBao

Built-in

Secrets management for agent credentials and API keys.

MinIO

Built-in

Artifact storage for agent outputs and session data.

Authentik

Built-in

SSO/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)
manifest.yaml
name: security-auditor
version: 1.2.0
type: agent-plugin
entry: ./src/index.ts
permissions:
  - read:codebase
  - write:comments
  - call:external-api

Don't see what you need?

Request a new integration or build your own with our Plugin SDK.