Run your first AgentPrism workflow
Available now The first-use path uses released packages and tool actions.
AgentPrism gives one workflow tool to a Model Context Protocol (MCP) host. A host agent can author, validate, and run a workflow script.
Each agent() call uses an Agent Client Protocol (ACP) agent, and each call can select a different backend and model.
Complete a first run
Section titled “Complete a first run”Use these pages in the sequence shown:
- Read the requirements
- Connect an MCP host
- Obtain a workflow script
- Validate the workflow script
- Run the workflow
- Inspect the result
The first workflow inspects a project. It does not change files.
Know the four parts
Section titled “Know the four parts”- MCP host
- The agent tool that connects to AgentPrism and calls the
workflowtool. - Host agent
The agent in the MCP host. It can author the workflow script and make tool calls.
- AgentPrism
The MCP server, workflow engine, durable journal, and ACP routing layer.
- ACP agent
- A coding agent that completes one
agent()call in the workflow.
MCP connects the host to AgentPrism. ACP connects AgentPrism to each ACP agent.
Continue after the first run
Section titled “Continue after the first run”Use these guides next:
- Select backends and models.
- Run in the background.
- Control and resume a run.
- Understand durable results and current limits.
- Run the implementation and review example.
- Read product status.
- Open the technical sources.
AgentPrism publishes multiple npm packages, but the package graph is not a setup requirement. Use the consolidated command for the first connection.