Back to all change logs

May 5, 2026

Interactive OpenAPI documentation for standby Actors

New

Actor schemas

Standby Actors that include an OpenAPI specification  now get an Endpoints tab with interactive OpenAPI documentation. You can browse available endpoints, inspect request and response schemas, and execute live API calls — all from the browser.

Your API token is attached automatically, so you get a working request and a real response without copy-pasting credentials.

The Endpoints tab is available on Actor detail and Actor Task pages in Apify Console and on Actor detail pages in Apify Store.

How to add it to your Actor

Define a webServerSchema field in your actor.json pointing to an OpenAPI 3 specification file (or inline the schema directly in actor.json). The platform validates it on every build.

{
"webServerSchema": "./openapi.json"
}

Once deployed, the Endpoints tab appears automatically for anyone viewing your Actor. Learn more about web server schemas  in the docs.

Roman Roštár

Product Manager