Blueprint AgentIntegrations

Integrations

Connect the Workbench to your source control, ticketing, data sources, and internal APIs so agents act on real systems. You can connect internal software, data sources, and operational tools so agents can act in context.

Typical Integrations

  • Source control for repositories and code review workflows
  • Ticketing and task systems for structured work intake
  • Data sources for retrieval and analysis
  • Internal APIs for operational automation

Integrations are governed by profiles and policies, so the agent only has access to what it needs.

What a Profile Should Specify

AreaExamples
IdentityWhich user, service account, or team owns the run.
ToolsRepositories, ticket queues, data stores, browser access, shell commands, and internal APIs.
SecretsProvider keys, app tokens, SSH keys, and environment variables available to the sandbox.
NetworkDomains or private endpoints the session can reach.
Review gateWhether the agent can only draft, can open a PR, or can take a production action.

Tool Servers And Gateways

Advanced integrations can be exposed as tool servers. Profiles can allowlist local or remote servers, attach headers or environment variables, and set timeouts. Sensitive systems stay behind explicit gates.

Enable Only What a Workflow Needs

Integrations should be explicit and scoped. If a tool is not required for a workflow, it should not be enabled.

Start with read-only tools, add write access only for a named workflow, and keep production credentials out of general-purpose profiles.