Skip to content

Agentic Suite

Build, run, and compose AI agents and workflows. Integrate over agents, agent-to-agent, MCP, or the REST API.

What Agentic Suite is

Agentic Suite is a platform for building, running, and composing AI agents and workflows. Companies, teams, and individual developers use it to embed agents in their products, coordinate agents on a shared goal, connect through the Model Context Protocol, or script everything over a plain REST API.

This site has two parts: how to integrate the platform, and the docs for the Security Reviewer, a product built on it.

Integrate the platform

Agents over the API

Create an agent once, run it on demand from your code, and poll or stream the result. See Agents.

Agent to agent

Coordinate several agents on one goal, or expose an agent for discovery and invocation over the open A2A protocol. See Agent to agent.

MCP, both directions

Expose your workflows as MCP tools, and let your agents use tools from other MCP servers. See MCP.

Direct REST API

Everything is REST under /api/v1, authenticated with a bearer token or an API key. See Authentication.

Products built on it

Security Reviewer

Read-only, fan-out security reviews for your repositories and pull requests, with adversarial verification and one severity-ranked report. Start at How reviews run.

Where things live

SurfaceAddress
Docshttps://agenticsuite.io
Apphttps://agenticsuite.app
APIhttps://api.agenticsuite.app

Running locally with docker compose up puts the API on http://localhost:8002 and the app on http://localhost:3002.