AgentPaaS is a secure PaaS for building, deploying, and governing agents, applications, MCP servers, and agentic integration workflows.
AgentPaaS documentation
This documentation covers the AgentPaaS platform and the open source AgentPaaS CLI.
Learn with Athena: If you want help understanding AgentPaaS or using the platform, ask Athena, the integrated Hermes chatbot in your tenancy. Try asking, “How do I build an agent?”
Choose a path
| If you want to... | Start here |
|---|---|
| Understand the product | Product overview |
| Build an agent | Build an agent |
| Build an MCP server | Build an MCP server |
| Build a tool | Build a tool |
| Build a workflow | Build workflows |
| Review security | Security review |
| Review governance and audit | Governance and audit |
| Choose a platform path | Choose your path |
| Use the CLI | CLI overview |
| Get answers | Q&A |
See the documentation map for the full page tree.
Get your free trial
Click any Start free trial button on the AgentPaaS.ai landing page. You will find one in the hero section, the Individual pricing card, and the footer. Complete the form with your name and work email, select Free trial, then click Send. Within a few minutes, check your inbox for an email from freetrial@agentpaas.ai. It contains the one-time claim link for setting your password and accessing your trial.
The free trial lasts 30 days, requires no card, and includes the Individual tier: up to 10 Agents/MCPs/Tools, 5 concurrent runs, and 100 CPU-minutes.
CLI version
| Version | Status |
|---|---|
| v0.4.0 | Current (agentpaas version → CLI: 0.4.0+) |
Start here
| AgentPaaS | What is AgentPaaS?, Get your free trial and Agent Guided Demo |
| AgentPaaS CLI | CLI overview |
| What shipped | Release notes v0.4.0 |
| Documentation | Documentation map, Q&A |
| Cloud console | |
| Product home |
Raw Markdown for agents
Every documentation page is also served as raw Markdown for programmatic
readers. Append .md to any page path:
https://docs.agentpaas.ai/security/threat-model -> styled HTML
https://docs.agentpaas.ai/security/threat-model.md -> raw Markdown (text/markdown)
Agents and retrieval tools should fetch the .md form. The content is
identical; only the rendering differs.