Agents over the API
Create an agent once, run it on demand from your code, and poll or stream the result. See Agents.
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.
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.
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.
| Surface | Address |
|---|---|
| Docs | https://agenticsuite.io |
| App | https://agenticsuite.app |
| API | https://api.agenticsuite.app |
Running locally with docker compose up puts the API on http://localhost:8002
and the app on http://localhost:3002.