Guide · Going live
A working demo is not a production agent. Between the two: isolation, minimal permissions, monitoring and a rollback plan. Here is how to do it, step by step.
The essentials
Sandbox first, least privilege next, continuous monitoring, rollback ready to fire: an agent doesn't go to production, it climbs there in stages.
Overview
The classic mistake is to treat going live as a simple « it works in the demo, let's plug it in ». An agent in a demo runs on clean data, with no adversary and no consequences. In production, it touches your systems, reads content you don't control, and triggers actions that are sometimes irreversible. Going live is prepared, in this order:
These steps extend the principles of AI agent security — here we apply them at the most sensitive moment: the day the agent starts acting for real.
Isolation
A useful sandbox rests on a few simple separations:
When the agent relies on MCP (Model Context Protocol), isolation becomes cleaner: you expose well-delimited tool servers, which makes the agent's scope explicit rather than implicit.
Access
In practice, this comes down to a few habits:
This is something we frame from the design stage of our custom AI agents: rights are thought through before the first line of connection, not opened up « to make it work » and tightened later.
Observability
What deserves close monitoring:
When orchestration runs through a tool like n8n, a good part of this traceability is available at the workflow level, which simplifies audit and diagnosis.
Resilience
Adversarial testing and deployment differ fundamentally from a demo. The table below sums up what really changes between the two worlds:
| Criterion | Demo | Production |
|---|---|---|
| Data | Clean, hand-picked | Real, unpredictable, sometimes hostile |
| Permissions | Broad, « to make it work » | Least privilege, granular, revocable |
| High-impact actions | Executed with no safety net | Human validation + guardrails |
| Observability | Optional | Full logs + continuous alerting |
| Adversarial testing | Rarely done | Injection, edge cases, booby-trapped inputs |
| Rollback | Not planned | Kill switch, stable version, feature flag |
Once the incident is over, you replay the logs to understand what happened, fix it, and strengthen the guardrails before reopening. It's this discipline — not the model's raw power — that sets a reliable agent apart from a risky bet.
FAQ
Links verified at publication. Regulatory texts change — always defer to the official source.
Related guides
The tool decision that precedes going to production.
Hosting, data partitioning and access traceability.
What an agent is allowed to do, and who decided that.
If you would rather have it built than build it.
A question, a project, an idea? We respond within 24h. Free audit, no commitment.