diff --git a/web/public/landing.html b/web/public/landing.html new file mode 100644 index 0000000..8f174dc --- /dev/null +++ b/web/public/landing.html @@ -0,0 +1,333 @@ + + +
+ + ++ Build, deploy, and monitor autonomous AI agents at scale. API-first orchestration platform for the agentic future. +
+ ++ Everything you need to orchestrate, monitor, and scale your AI agent infrastructure +
++ Deploy and manage multiple AI agents with a unified control plane. Built-in task routing and load balancing. +
++ Real-time dashboards for agent health, task execution, and system metrics. Know what's happening, always. +
++ RESTful API with WebSocket support. Integrate with any stack. TypeScript SDK included. +
++ Lightweight health checks keep your agents alive and responsive. Auto-recovery on failures. +
++ Fine-grained access control. Room-based isolation. Your agents stay secure by default. +
++ Local development mode, debug logs, Prometheus metrics. Built by developers, for developers. +
++ Simple API, powerful orchestration. Get started in three lines of code. +
+POST /api/rooms
+
+{
+ "roomId": "my-agent-room",
+ "agents": [
+ {
+ "id": "agent-001",
+ "name": "My First Agent",
+ "capabilities": ["chat", "task-execution"]
+ }
+ ]
+}
+ POST /api/rooms
+ Create an agent room
+ POST /api/sessions
+ Start a session with agents
+ GET /api/rooms/:id
+ Get room details and agent status
+ GET /api/metrics
+ Prometheus-compatible metrics
+ + Join the early access program and shape the future of AI agent infrastructure. +
+ ++ Free during alpha • No credit card required • Self-hosted option available +
+