# LimitedView AI Control Plane LimitedView provides a public discovery layer for external agents while keeping the operational control-plane UI authenticated. ## Start here - Agent guide: https://controller.limitedview.co.uk/agents - LLM manifest: https://controller.limitedview.co.uk/llms.txt - OpenAPI contract: https://controller.limitedview.co.uk/openapi/ai-control-plane-v1.yaml - OIDC discovery: https://controller.limitedview.co.uk/auth/realms/acp/.well-known/openid-configuration ## Access model - Public controller host: https://controller.limitedview.co.uk - Canonical API server: https://api.limitedview.co.uk - Browser runtime API base: https://controller.limitedview.co.uk/api - Authenticated UI routes such as /dashboard, /projects, /billing, /chat, and /admin are not part of the public agent surface. ## Integration rules - Read the OpenAPI contract for canonical servers, auth expectations, request IDs, and idempotency requirements. - Discover auth endpoints from the OIDC metadata instead of scraping login forms. - Treat the controller dashboard as a human UI, not as a machine API.