Applications

ReṼoman is the middleware between an agent and your API-Graphs. Executing a graph of API metadata and returning a structured Rundown enables several applications — each gets its own page:

  • Agentic API Orchestrationthis is the identity, documented at the top level: the middleware executes the API-Graph deterministically on the JVM and returns the Context Information (Rundown/toJson) an agentic-workflow Node consumes.

  • API Test Automation — driving an API-Graph deterministically and asserting on the returned Rundown makes ReṼoman a capable, low-code API test-automation tool. This is one application of the engine, not the tool’s identity.

  • Orchestrated Workflows & Test-Data Setup — beyond testing, the engine drives any sequence of interdependent API calls: standing up test data, seeding an environment, or running an operational workflow.

See also Performance for what executing a real ~75-step graph costs.

Roadmap (not shipped): MCP tool-definition autogen from OAS + API-Graph metadata, and dynamic coupling of agentic workflows to API-Graphs. These are direction, not present-tense capabilities.