Skip to content

Anvia Studio

Anvia Studio is a local browser console for building, running, and debugging Anvia agents and pipelines. Point it at the same runtime objects your application uses, then inspect their behavior without building a temporary interface or test harness.

Studio is designed for the development loop:

text
Run a prompt → inspect the response → review tools and traces → adjust the agent → run again

What Studio gives you

Studio discovers capabilities from the agents and pipelines you register. The browser can then expose the surfaces that apply to them.

SurfaceWhat it helps you do
PlaygroundStream a real agent run and keep related prompts in a session.
AgentsVerify identity, model, tools, context, memory, hooks, and runtime limits.
ToolsInspect schemas and invoke a tool directly with validated arguments.
TracesFollow model generations and tool calls for a Studio session.
PipelinesRead a pipeline graph, run it, inspect logs, and replay saved input.
KnowledgeInspect registered context, dynamic tools, and retrieval evidence.
MemoryExplore users, conversations, messages, and recorded run steps.
MCPs and sandboxesInspect connected MCP tools and active sandbox resources.
StatusCheck registered targets, storage adapters, and enabled capabilities.

These are not mocked representations. Playground runs call the registered agent, tool execution uses the registered tool, and pipeline runs use the registered pipeline.

Where Studio fits

Studio and Lens answer different questions.

StudioLens
Build and debug agents locally.Observe applications across environments.
Run prompts, tools, and pipelines interactively.Investigate production traces, users, sessions, cost, and failures.
Keep rapid development feedback close to the code.Retain telemetry and evaluate behavior over time.
Starts with runtime objects in the current process.Starts with telemetry exported by an application.

Use Studio while changing the agent. Use Lens when the application needs durable observability, evaluation workflows, and operational investigation.

Start here

PageWhat you will do
Install and setupAdd Studio to an Anvia project and prepare a local entry point.
Run your first agentRegister an agent, open the Playground, and inspect a real run.
How Studio worksUnderstand targets, discovery, execution, storage, and lifecycle.

Development boundary

Studio can execute agents, tools, and pipelines with the credentials and permissions of its process. Treat it as a trusted developer surface: bind it to a loopback address, keep provider keys on the server, and do not expose it directly to an untrusted network.

Start with Install and setup.

Built for Anvia.