# hosting4agents > EU-sovereign hosting for AI-agent-provisioned workloads. One MCP call > from `provision` to live HTTPS URL. Strong isolation, Hetzner-backed. ## Quickstart - [/docs/quickstart](/docs/quickstart.md) — 5-minute agent onboarding flow - [/docs/auth](/docs/auth.md) — master key + scoped JWT subkeys - [/docs/primitives](/docs/primitives.md) — provision / destroy / info / expose / deploy - [/docs/deploy](/docs/deploy.md) — ship a git repo to a live URL in one call - [/docs/repo-config](/docs/repo-config.md) — `health_check`, `strategy`, and `.h4a.yaml` tuning - [/docs/expose](/docs/expose.md) — attach a URL to a provisioned workload - [/docs/secrets](/docs/secrets.md) — per-workload secrets via `h4a secret` - [/docs/private-access](/docs/private-access.md) — Netbird mesh enrolment - [/docs/errors](/docs/errors.md) — error catalog + remediation ## Machine-readable - [/api/openapi.yaml](/api/openapi.yaml) — OpenAPI 3.1 spec of the REST surface - [/llms-full.txt](/llms-full.txt) — every doc page concatenated into one document - MCP endpoint: `/mcp` (Streamable-HTTP transport, bearer-authenticated) ## Installing Paste these into your agent's MCP config: ``` url: https://h4a.site/mcp bearer: ``` The agent's `tools/list` reply is self-teaching — you don't need to read docs first.