Skip to main content

What is Console?

Console is Amplify Security’s AI harness for security work. It supplies the machinery — LLM orchestration, tool execution, isolated sandboxes, sub-agent delegation — and you supply the domain logic: the agents that reason, the skills they follow, and the detections they enforce. That distinction matters. Console is not a scanner with a fixed set of checks. It’s a harness you point at your own problems, and you get the most out of it by defining your own agents rather than only using the ones we ship.
Console is currently in alpha, undergoing rapid development. Contact support@amplify.security if you would like to try it out and work with us to help our project come to fruition!

Three ideas

Everything in Console fits into one of three layers, and they build on each other in this order.

The Harness

The agents, skills, and detections that do the work. All of them are yours to write.

Context

Repositories and vendor connections, so the harness reasons about your actual environment.

Workflows

Chain agents into automation that runs on every pull request and produces real artifacts.

1. The harness

An agent is a Markdown file with YAML frontmatter: the frontmatter declares its name, model, and which tools it may use, and the body is its instructions. That’s the whole format, which is why writing one is a text-editing task rather than a programming one. Agents delegate to sub-agents, load skills for specialized procedures, and run detections — reusable rules that outlive any single conversation. Console ships a library of each, and yours sit alongside them as equals.

2. Context

A harness with no context is just a chatbot. Console gets context from two places:
  • Projects — the repositories it clones and reads.
  • Connections — your source control provider, plus the security and IT vendors you already run. Connect Semgrep, Snyk, Cloudflare, Jira and others through the connector catalog.
You direct that context two ways: interactively in chat, or declaratively in a workflow.

3. Workflows

Workflows are where it comes together. A workflow chains agents into an ordered sequence, fires on a schedule you choose — manually, or automatically on every pull request — and delivers results where your team already works: as review comments, or as a required check that blocks merging until security review passes.

Two interfaces

The same agents run in both places. What differs is where they run and what code they can reach. See Chat and The CLI for the differences in detail.

Get started

Quickstart

Connect a repository, ask an agent a question, and build your first workflow.

Install the CLI

Run Console in your terminal on Linux or macOS.