Technical resources
Agents and developers
FlujoDato helps agents discover and evaluate Actors, but it does not expose a first-party execution API. Each guide links to the authoritative Apify listing where developers can find the current contract, authentication, endpoints, and pricing.
Discovery resources
- llms.txt provides a curated index and agent usage guidance.
- sitemap.xml lists public pages.
- Homepage Markdown is an agent-readable representation of the English homepage.
Content negotiation
A request to /en/ with Accept: text/markdown receives Markdown and Vary: Accept; browsers continue to receive HTML. Missing routes retain HTTP 404 and return a Markdown explanation when requested.
Integration model
Select a guide, inspect its input and cost notes, then open its linked Actor. Execution uses the Apify API, the Actor ID, and the customer's own Apify token. FlujoDato does not issue API keys, proxy requests, or receive run data.
Why there is no FlujoDato OpenAPI or CLI
There is no first-party execution surface to describe. Publishing an empty specification or wrapper CLI would mislead integrators. Use the API documentation attached to the Apify Actor referenced by the chosen guide.