Jentic · Capability
Jentic Arazzo Engine Bridge
Bridges to a self-hosted Jentic Arazzo Engine instance (the open-source Python workflow runner) so a Naftiko capability can execute Arazzo workflows locally — useful for air-gapped, regulated, or private workflow execution where the hosted Jentic catalog is not an option. Standards-aligned: both products share the OpenAPI Initiative's Arazzo workflow specification.
What You Can Do
GET
List local workflows
—
/workflows
POST
Register local workflow
—
/workflows
GET
Get local workflow
—
/workflows/{workflow_id}
DELETE
Delete local workflow
—
/workflows/{workflow_id}
POST
Execute local workflow
—
/workflows/{workflow_id}/execute
POST
Validate arazzo
—
/workflows/validate
MCP Tools
list-local-workflows
List Arazzo workflows registered with the local Jentic Arazzo Engine.
read-only
register-local-workflow
Register a new Arazzo workflow with the local engine.
get-local-workflow
Get a single locally-registered Arazzo workflow.
read-only
delete-local-workflow
Delete a locally-registered Arazzo workflow.
execute-local-workflow
Execute an Arazzo workflow locally (air-gapped, no hosted Jentic dependency).
validate-arazzo
Validate an Arazzo spec against the OpenAPI Initiative specification without persisting.
read-only