Jentic API
The Jentic API is the hosted agent control plane. It exposes a small, stable surface that lets any agent dynamically discover, load, and execute API operations and Arazzo workflows from the Jentic catalog. Authentication uses an agent-scoped API key (X-JENTIC-API-KEY). The canonical flow is search to load to execute: search the catalog by natural language, load the schema and auth requirements for the returned operation or workflow UUIDs, and execute with managed server-side credential injection. Operation UUIDs are prefixed op_ and workflow UUIDs are prefixed wf_, and both are accepted by the execute endpoint.
Documentation
Documentation
https://docs.jentic.com/
GettingStarted
https://docs.jentic.com/getting-started/quickstart/
APIReference
https://docs.jentic.com/reference/public-apis/
Specifications
Examples
Example
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/examples/jentic-search-example.json
Example
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/examples/jentic-load-example.json
Example
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/examples/jentic-execute-example.json
Example
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/examples/jentic-register-example.json
Schemas & Data
JSONSchema
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/json-schema/jentic-operation-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/json-schema/jentic-agent-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/json-schema/jentic-workflow-schema.json
JSONStructure
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/json-structure/jentic-operation-structure.json
Other Resources
Website
https://jentic.com/
SignUp
https://app.jentic.com/sign-up
Console
https://app.jentic.com/
BaseURL
https://api.jentic.com/api/v1
SpectralRules
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/rules/jentic-rules.yml
NaftikoCapability
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/capabilities/jentic-authentication.yaml
NaftikoCapability
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/capabilities/jentic-execution.yaml
NaftikoCapability
https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/capabilities/jentic-search.yaml