Ask AI (recommended)
The agent built into the TrueFoundry dashboard. No setup — open it and start typing.
Claude, Cursor & other tools
Connect TrueFoundry to Claude, Cursor, Codex, or any other tool you already use, through the TrueFoundry MCP server.
Which one should you use?
We recommend Ask AI in the product for most workflows. It runs the same tools as the MCP server, plus capabilities that aren’t available when you connect from an external tool:Higher accuracy, lower cost
Skills, MCP servers are constantly kept up-to-date and includes additional context like TrueFoundry docs. The agent is tuned to use fewer tokens, lower cost and provide better insights.
Charts and visualizations
Ask AI renders charts and visualizations inline, so usage, cost, and observability answers come back as graphs instead of raw text.
Built-in approval flows
Ask AI recognizes write actions, shows you a diff of what will change, and asks for approval before applying it. Connecting from another tool gives you the raw tools without this safety layer.
Ask AI
Ask AI is available on TrueFoundry SaaS. On-prem support is coming soon.
1
Open Ask AI
Find Ask AI in the left sidebar under Shared.

2
Describe what you want
Type a request in natural language. The agent picks the right tools and skills and executes them.

3
Review and approve
For write operations, Ask AI shows a diff of what will change and asks for confirmation before applying.

- Add my OpenAI API key as a provider account and give access to my team
- Create a virtual model that load-balances between Groq and Cerebras
- Rate limit the interns team to 100 requests per minute
- Show me the top 5 teams by token usage in the last 7 days
- Connect the Linear MCP server from the catalogue
Connect Claude, Cursor, or other tools
TrueFoundry provides an MCP server and a set of skills that you can plug into Claude, Cursor, Codex, or any tool that speaks MCP. The MCP server exposes platform operations as tools the agent can call; skills give it tested, step-by-step procedures for common workflows.The MCP server is available starting v0.155.
MCP server
Point your tool at the TrueFoundry MCP server:- Server URL:
https://<CONTROL_PLANE_URL>/mcp - Transport: Streamable HTTP
- Auth: OAuth or a TrueFoundry API key
Connect your tool
Replace<CONTROL_PLANE_URL> with your control plane host. The examples below use OAuth; add the Authorization header only if you’re using an API key.
- Claude Code
- Claude Desktop
- Cursor
Add the server with the CLI, then run To use an API key instead of OAuth, pass it as a header:Then ask Claude in natural language, for example: “Using TrueFoundry, list the provider accounts I can access.”
/mcp inside Claude Code to sign in via OAuth:Available tools
Every tool carries an MCP annotation:readOnlyHint: true tools only read data and are safe to call without confirmation, while destructiveHint: true tools create, update, or delete a resource and should be confirmed by a human.
Full tool reference
Full tool reference
Skills
Skills give the agent tested, step-by-step procedures for TrueFoundry operations — the right field values, ordering, edge cases, and validations. They follow the open Agent Skills standard and work in any tool that supports skills, including Cursor, Claude Code, Codex, and TrueFoundry’s Agent Harness.truefoundry/tfy-gateway-skills
Browse the source and see exactly what each skill does.