Live: https://docs.agentpaas.ai Org: AgentPaaS-ai This repo is product documentation only - not the CLI runtime, not the cloud control plane, not the marketing site.
| Surface | GitHub | Live |
|---|---|---|
| Docs (this repo) | AgentPaaS-ai/docs | https://docs.agentpaas.ai |
| OSS CLI / runtime | AgentPaaS-ai/agentpaas | brew agentpaas |
| Cloud control plane | AgentPaaS-ai/agentpaas-cloud | https://cloud.agentpaas.ai |
| Marketing site | local umbrella / Pages worker | https://agentpaas.ai |
Do not put website Markdown under agentpaas/docs/docs/. Edit here.
- Browse https://docs.agentpaas.ai
- Edit this page → opens the
.mdfile in this repo - Open a pull request
- Owner merges → deploy docs site
cd ~/projects/agentpaas/docs-site # local clone of this repo
# edit docs/**/*.md
npm start # preview
npm run build && npx wrangler deploy # publish to docs.agentpaas.aidocs/ # Markdown (Docusaurus content)
index.md
trial/
releases/
security/
...
docusaurus.config.ts
src/css/custom.css # brand tokens (match agentpaas.ai / cloud)
wrangler.toml # worker agentpaas-docs
Documentation © AgentPaaS. Code samples follow the OSS runtime license unless noted.