Map project API surface
api-surface-mapworkflowsetup L2★1
samarthpatel24/workflow-pack ↗What it does
Map API endpoints and compile reference
Best for
Discovering and documenting REST/RPC/GraphQL APIs automatically by grouping endpoints across large codebases.
Inputs
- · {root}
Outputs
- · API reference with endpoints and gaps
Requires
- · Workflow agent runtime
- · Parallel execution
- · JSON schema validation
Preconditions
- · Requires workflow args with specified fields
- · Workflow runtime with phase() support
- · Parallel execution support
- · Input validates against schema
Failure modes
- · Timeout in parallel agent execution
- · Agent returns invalid schema
- · Missing required input fields
- · Downstream agent/tool failure
- · Network/API unavailability
Trust signals
- · JSON schemas define phase outputs
- · Required fields enforced
- · Structured phase-driven flow
- · Explicit parallelization semantics