Documentation Index
Fetch the complete documentation index at: https://docs.ameo.agiwithai.com/llms.txt
Use this file to discover all available pages before exploring further.
Recommended topology
| Service | Suggested host | Port |
|---|---|---|
apps/web | Vercel, Cloudflare Pages, or static CDN | 443 |
apps/worker | Railway, Render, Fly.io | 8000 |
| Docs | Mintlify (docs.ameo.agiwithai.com) | — |
Web build
Build-time env (injected at CI or Docker build args):Worker deploy
Required secrets on the host:MANTLE_RPC_URL,AGENT_PRIVATE_KEY,AGENT_IDENTITY_ADDRESS- LLM keys (
Z_AI_API_KEY, etc.) orLLM_PROVIDER=local_rules - Optional 0G:
ZERO_G_RPC_URL,ZERO_G_PRIVATE_KEY,ZERO_G_CLI_PATH
DNS / CNAME
| Host | Target |
|---|---|
ameo.agiwithai.com | Web static host |
agentic-micro-economy-os.onrender.com | Worker (Render) |
docs.ameo.agiwithai.com | Mintlify |
Health checks
- Worker:
GET /health - Web: static asset 200
- Contract: Mantlescan verified source
Pre-production checklist
-
LIVE_ENABLEDintentional for environment - Rate limits on
/run-cycleand runner endpoints - Sentry DSN configured (
SENTRY_DSN,VITE_SENTRY_DSN) - Secrets not in git — use host secret manager
- See Security for key custody guidance

