WebHost.Systems/docs/skillsWebHost.Systems/docs/skills
WebHost.Systems/docs/skills
10 documents in WebHost.Systems/docs/skills, mirrored from the [&] stack at its real source path.
Documents
- 01 — Agent Management — An agent is a logical AI service owned by a single user. It has a selected runtime provider, configuration, and an optional active deployment. Agents are the top-level organizat…
- 02 — Deployment Pipeline — Deployments are immutable records. Once created, a deployment's artifact, version, and configuration never change. Only status and error_message are updated during the lifecycle…
- 03 — Invocation Gateway — The invocation gateway is a Supabase Edge Function at /functions/v1/invoke/:agentId. It authenticates the caller, checks plan limits, resolves the active deployment, routes to t…
- 04 — Runtime Providers — The Runtime Provider Interface is the abstraction boundary between the control plane and data plane. Every provider adapter implements the same contract so the control plane can…
- 05 — Telemetry and Metrics — Unauthenticated telemetry events are rejected. Two authentication methods are supported:
- 06 — Billing and Limits — The invocation gateway checks billing_usage for the current period before routing to the provider:
- 07 — Security and Secrets — Every table in the control plane database enforces Row-Level Security:
- 08 — [&] Protocol Integration — WebHost.Systems is the hosting layer for [&] Protocol agents. The platform extends the base agent deployment model with protocol-aware capabilities:
- 09 — Anti-Patterns — Mistake: Creating a new table without an RLS policy, or using service_role key in client-side code.
- WebHost.Systems — Operational Skills — WebHost.Systems is a multi-runtime AI agent deployment platform with:
Open in the interactive atlas