Discovery
Find execution capabilities exposed by the current platform.
AI Executions let applications discover and invoke reusable AI workload capabilities through Tenzarch while relying on the same execution network used by other workload sources.
An application selects an available AI Execution, supplies the required input, and submits it through the developer interface. Tenzarch creates execution state and returns references that the application can track asynchronously.
Find execution capabilities exposed by the current platform.
Provide the capability-specific workload input.
Create a Job rather than treating execution as an opaque synchronous call.
Follow lifecycle, logs, telemetry, and final outcome.
GET /api/marketplace/services
x-api-key: dev_...POST /api/marketplace/services/:id/execute
x-api-key: dev_...
Idempotency-Key: <unique-key>
Content-Type: application/json
{
"input": {
"prompt": "Analyze this dataset and return concise findings.",
"format": "summary"
}
}