Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Jentic Execution API

Load execution details and execute API operations or Arazzo workflows with managed authentication and credential injection.

Jentic Execution API is one of 8 APIs that Jentic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Execution. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, an API reference, and 4 JSON Schemas.

This API exposes 2 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.

Requests are made against a single base URL, https://api.jentic.com/api/v1.

2 operations 2 paths 6 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1
Base URL
https://api.jentic.com/api/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Jentic Execution API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-JENTIC-API-KEY (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — Agent-scoped API key obtained either by calling /auth/register or by clicking Generate API Key on an agent in the Jentic console at app.jentic.com. The key aut…

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 POST. Each is listed below with its method, path, parameters, and response codes.

Execution 2

Load execution details and execute API operations or Arazzo workflows with managed authentication and credential injection.

POST
/agents/load
Load Execution Information For Operations
loadExecutionInfo body → 200400401404
POST
/agents/execute
Execute An API Operation Or Workflow
executeOperation body → 200400401404422502

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ToolInfo (6 properties), ExecutionResponse (3 properties), ExecutionRequest (3 properties), ErrorResponse (3 properties). Each schema is shown below with its type and property counts.

ToolInfo
object
Detailed execution information for a single operation or workflow.
6 properties
LoadResponse
object
Response containing detailed execution information keyed by UUID.
1 property
ErrorResponse
object
Standard error response returned when a request fails.
3 properties 1 required
ExecutionRequest
object
Request body for executing an API operation or Arazzo workflow through the Jentic platform.
3 properties 2 required
ExecutionResponse
object
Response containing the results of executing an API operation or workflow.
3 properties
LoadRequest
object
Request body for loading detailed execution information for one or more operations.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jentic-execution-api-openapi.yml Raw ↑

Other APIs Jentic publishes across the network.

Jentic Remote MCP Server
Arazzo Engine
Jentic Standard Agent
Jentic Mini
Jentic API AI-Readiness Framework (JAIRF)
Jentic Authentication API
Jentic Search API