The EU AI Act arrives August 2. Can you prove where your AI data goes?
AI agents

Agents you can put in production.

Build tool-using agents on EU-resident models with full function-calling. Guard inspects every tool call for injection, the PII firewall protects personal data, threads keep conversation state, and Observability traces the cost and latency of each step.

tools · governed · observable

Tool call scanned
get_order(id: "4021")
Tool result your function
{ "status": "shipped", "eta": "Tue" }
Answer traced
Your order shipped and should arrive Tuesday.

An agent multiplies everything that can go wrong.

Every tool call is a new way to inject instructions, leak personal data, or run up cost in a loop you did not intend. A demo agent ignores all of it. A production agent needs each step inspected, personal data protected, state kept, and a trace of where the time and credits went, or you are shipping a liability that talks back.

Tool-using, and governed at every step.

Full function-calling

Define tools, let the model call them, and steer with tool_choice, the same surface you already build against, now on EU-resident models.

Inspected and protected

Guard scans tool content for injection just as it scans prompts, and the PII firewall pseudonymizes personal data in arguments and results before anything leaves.

Stateful and observable

Threads keep conversation state server-side without resending it, and every step is traced, so you can see which tool or model spent the time and the credits.

The agent loop, governed end to end.

Each part of a production agent maps onto a module behind the same endpoint.

Inference API Function-calling and structured output on EU models. Guard Scans prompts and tool content for injection. Recall Facts and documents keep agent state grounded. Observability A span per step, so you see cost and latency. PII Firewall Protects personal data in arguments and results. Model Router Routes per step with a fail-closed egress guard.

Put an agent in production.

Create a key, define your tools, and run an agent that is inspected, protected, and traced at every step.