TrueFoundry Agents are available on SaaS only.
Bring Your Own Model
Connect any LLM available through TrueFoundry’s AI Gateway. Switch models without rewriting your agent.
MCP Server Integration
Plug in any MCP server to give your agent tools — file access, web search, APIs, databases, and more.
Sandbox Access
Agents run in a secure execution environment. Code execution, file operations, and external calls are sandboxed by default.
ReAct Agent Framework
Agents follow a reason-then-act loop out of the box. A built-in chat interface lets you interact with them immediately.
Creating a New Agent
On the Agent Registry page, click Create New Agent and select Build Agent on TrueFoundry.

Write your instructions
Add a system prompt that defines the agent’s behavior, persona, and constraints.
Connect MCP Servers
Click the + next to MCP Servers to open the tool selection dialog. Search for MCP servers, browse available tools, and select the ones your agent needs.


Saving the Agent
Once you’re satisfied with the agent’s behavior, click Save Agent in the top-right corner. The dropdown gives you two options:- Save New Version — Update an existing agent with your changes.
- Save New Agent — Create a brand-new agent from the current configuration.

Agent Configuration
To edit an agent’s configuration after creation, click Manage on the Agent Registry page.
| Field | Description |
|---|---|
| Name | A unique name for the agent within your organization. |
| Description | A short description of what the agent does. |
| Tags | Optional tags for categorization and search. |
| Collaborators | Team members or groups with Agent Manager (edit) or Agent Access (use) permissions. |

Sharing and Using Agents
Once published, every agent appears on the Agent Registry page. Agents you have access to show Try and Manage actions.Try an Agent
Click Try on any agent in the registry to open a standalone chat page.

Integrate with Code
Every agent on TrueFoundry is API-accessible. The API contract is currently under active development and will be documented in the coming weeks.Monitoring
Every TrueFoundry agent execution is traced end-to-end. Traces capture each step of the agent’s reasoning loop — LLM calls, tool invocations, sandbox executions — along with cost, token usage, and latency. Navigate to AI Monitoring > Request Traces and filter by span type AgentResponse to inspect individual agent runs.