Redoc logo
Dev · self-hosted

Redoc in one click.

Redoc is an elegant openapi documentation renderer you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is Redoc?

Redoc renders OpenAPI 2.0 and 3.x definitions into a three-panel interactive documentation page. It is embeddable as a single HTML file or served as a Docker container with no build step required.

CategoryDev
Default port8413
Container imageredocly/redoc:latest
Official siteredocly.com

Run Redoc in Even

Even Stacks launches Redoc as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find Redoc in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 8413, and serves it over trusted HTTPS at https://redoc.localhost.

Drive Redoc with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate Redoc directly, at both the UI level and the container level.

Through the Even MCP an agent can run commands inside the container, build against the service, and read its logs to debug. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up Redoc and get it ready", and the agent handles it end to end.

How agents reach it: Access rendered API docs at http://localhost:8413; point it at an OpenAPI spec via the SPEC_URL env var or the ?url= query parameter in the browser. No DB or persistent storage; it renders specs on the fly. Update the spec by changing the env var and restarting.

More Dev services

Other one-click services you can launch in Even Stacks.