Pixeltable Cloud Control Plane API
The authenticated HTTP API behind the Pixeltable Cloud dashboard and the `pxt` CLI. The provider publishes the base URL https://internal-api.pixeltable.com in /.well-known/agent.json and marks it authenticated_only, noting that a public OpenAPI is in development. Cloud API keys are sent as X-api-key; the control plane additionally requires a WorkOS AuthKit session. Anonymous probes of the host returned HTTP 500 on every path and /api/v1 on the apex host returned 401 no_session_cookie_provided, so no machine-readable contract could be read.