aid: jentic url: https://raw.githubusercontent.com/api-evangelist/jentic/refs/heads/main/apis.yml name: Jentic description: >- Jentic is an AI infrastructure company building the agentic knowledge layer for APIs. Founded in late 2024 and backed by $4.5M in pre-seed funding, Jentic enables enterprises to confidently manage, scale, and govern AI agent initiatives in a unified platform built on open standards. The platform provides secure execution, managed authentication, unified permissions, and observability for AI agents accessing 1,500+ public APIs and 2,000+ agent-ready workflows. Jentic's bet is that AI agents need a standards-based control plane built on OpenAPI plus Arazzo workflows plus MCP, rather than ad-hoc tool wiring inside every agent framework. The platform ships the Jentic Public APIs catalog, the Arazzo Engine (workflow runner), the Standard Agent (a composable ReWOO-style reasoning agent), the Jentic Mini self-hosted execution layer, a hosted Remote MCP server at api.jentic.com/mcp, and the Jentic API AI-Readiness Framework (JAIRF) for scoring API readiness for agents. accessModel: pricing: enterprise onboarding: self-serve trial: false try_now: false public: false label: Enterprise ยท Self-serve signup confidence: high source: - plans - authentication generated: '2026-07-22' method: derived image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/jentic.png type: Index access: 3rd-Party position: Consumer created: '2026-01-02' modified: '2026-05-19' tags: - AI Agents - Arazzo - OpenAPI - MCP - Workflows - Integrations - Agent Runtime - Standard Agent - Just In Time Tooling - Credential Vault - Agent Governance - Observability - API AI Readiness segments: - AI Agents - Workflows - Integrations - MCP - Agent Infrastructure specificationVersion: '0.19' apis: - aid: jentic:jentic-mcp name: Jentic Remote MCP Server humanURL: https://docs.jentic.com/guides/mcp/remote-mcp/ baseURL: https://api.jentic.com/mcp description: >- The Jentic Remote MCP Server is the hosted Model Context Protocol endpoint that exposes the Jentic catalog to MCP-capable clients (Claude Desktop, ChatGPT, Cursor, Windsurf, VS Code). It speaks the same search / load / execute pattern as the Jentic API, but packaged as MCP tools. Supports OAuth 2.0 with PKCE and dynamic client registration, with an API key fallback for Cursor and Windsurf. tags: - MCP - AI Agents - OAuth - Remote MCP properties: - url: https://docs.jentic.com/guides/mcp/ type: Documentation - url: https://docs.jentic.com/guides/mcp/remote-mcp/ type: GettingStarted - url: https://api.jentic.com/mcp type: BaseURL properties_authentication: - name: OAuth 2.0 scheme: oauth2 notes: >- Recommended. PKCE supported. Automatic token refresh. Dynamic client registration. Used by Claude Desktop, ChatGPT, Cursor, Windsurf. - name: API Key scheme: apiKey notes: >- Fallback for Cursor and Windsurf. Uses an agent-scoped Jentic API key (JENTIC_AGENT_API_KEY). properties_features: - name: search_apis Tool description: Lists matching APIs and workflows for a natural language query. - name: load_execution_info Tool description: Returns the schema and auth requirements for a chosen operation. - name: execute Tool description: Executes an operation or workflow with managed credentials. - name: list_credentials Resource description: Lists the agent's available upstream credentials. - aid: jentic:arazzo-engine name: Arazzo Engine humanURL: https://github.com/jentic/arazzo-engine description: >- Open-source Python engine that executes Arazzo workflow specifications alongside OpenAPI operation definitions. Powers the Jentic platform's workflow execution and is also installable standalone as arazzo-runner for direct use in agents and automation. Handles authentication resolution (API key, OAuth 2.0, basic, bearer), dynamic server URL resolution, parameter chaining between steps, and blob storage for large binary payloads. tags: - Arazzo - OpenAPI - Workflows - Open Source properties: - url: https://github.com/jentic/arazzo-engine type: SourceCode - url: https://docs.jentic.com/getting-started/arazzo-runner/ type: Documentation - url: https://pypi.org/project/arazzo-runner/ type: PythonPackage - aid: jentic:standard-agent name: Jentic Standard Agent humanURL: https://github.com/jentic/standard-agent description: >- Open-source composable reasoning agent framework that plans, acts, and recovers from failures, preconfigured with Jentic tools and a ReWOO reasoning loop. Primary entry point is the ReWOOAgent Python class. Bring-your-own LLM (Anthropic, OpenAI, Google). Demonstrates how to build an agent that uses Jentic's just-in-time tooling without committing to a specific agent framework. tags: - Agent Framework - ReWOO - Open Source - Python properties: - url: https://github.com/jentic/standard-agent type: SourceCode - url: https://docs.jentic.com/getting-started/standard-agent/ type: Documentation - aid: jentic:jentic-mini name: Jentic Mini humanURL: https://github.com/jentic/jentic-mini description: >- Free, open-source, self-hosted API execution layer that sits between an agent and the outside world. The agent says what it wants to do and Jentic Mini handles the how: finding the right API, injecting credentials at runtime, and brokering the request. Intended for teams that want Jentic's execution model without sending traffic through the hosted Jentic API. tags: - Self Hosted - Open Source - Agent Runtime properties: - url: https://github.com/jentic/jentic-mini type: SourceCode - aid: jentic:jairf name: Jentic API AI-Readiness Framework (JAIRF) humanURL: https://github.com/jentic/api-ai-readiness-framework description: >- Technical specification for evaluating how interpretable, operable, and trustworthy an API is for AI systems and autonomous agents. Defines the signals, dimensions, scoring model, and normalization rules used by the Jentic API Scorecard product. Apache 2.0. tags: - Specification - API AI Readiness - Open Source properties: - url: https://github.com/jentic/api-ai-readiness-framework type: SourceCode - aid: jentic:jentic-authentication-api name: Jentic Authentication API description: Registration and API key management for accessing the Jentic platform. humanURL: https://docs.jentic.com/reference/public-apis/ baseURL: https://api.jentic.com/api/v1 tags: - Authentication properties: - type: OpenAPI url: openapi/jentic-authentication-api-openapi.yml - type: Website url: https://jentic.com/ - type: Documentation url: https://docs.jentic.com/ - type: GettingStarted url: https://docs.jentic.com/getting-started/quickstart/ - type: APIReference url: https://docs.jentic.com/reference/public-apis/ - type: Signup url: https://app.jentic.com/sign-up - type: Console url: https://app.jentic.com/ - type: BaseURL url: https://api.jentic.com/api/v1 - type: SpectralRules url: rules/jentic-rules.yml - type: JSONSchema url: json-schema/jentic-operation-schema.json - type: JSONSchema url: json-schema/jentic-agent-schema.json - type: JSONSchema url: json-schema/jentic-workflow-schema.json - type: JSONStructure url: json-structure/jentic-operation-structure.json - type: Examples url: examples/jentic-search-example.json - type: Examples url: examples/jentic-load-example.json - type: Examples url: examples/jentic-execute-example.json - type: Examples url: examples/jentic-register-example.json - aid: jentic:jentic-execution-api name: Jentic Execution API description: >- Load execution details and execute API operations or Arazzo workflows with managed authentication and credential injection. humanURL: https://docs.jentic.com/reference/public-apis/ baseURL: https://api.jentic.com/api/v1 tags: - Execution properties: - type: OpenAPI url: openapi/jentic-execution-api-openapi.yml - type: Website url: https://jentic.com/ - type: Documentation url: https://docs.jentic.com/ - type: GettingStarted url: https://docs.jentic.com/getting-started/quickstart/ - type: APIReference url: https://docs.jentic.com/reference/public-apis/ - type: Signup url: https://app.jentic.com/sign-up - type: Console url: https://app.jentic.com/ - type: BaseURL url: https://api.jentic.com/api/v1 - type: SpectralRules url: rules/jentic-rules.yml - type: JSONSchema url: json-schema/jentic-operation-schema.json - type: JSONSchema url: json-schema/jentic-agent-schema.json - type: JSONSchema url: json-schema/jentic-workflow-schema.json - type: JSONStructure url: json-structure/jentic-operation-structure.json - type: Examples url: examples/jentic-search-example.json - type: Examples url: examples/jentic-load-example.json - type: Examples url: examples/jentic-execute-example.json - type: Examples url: examples/jentic-register-example.json - aid: jentic:jentic-search-api name: Jentic Search API description: Semantic search over the Jentic API and workflow catalog using natural language queries. humanURL: https://docs.jentic.com/reference/public-apis/ baseURL: https://api.jentic.com/api/v1 tags: - Search properties: - type: OpenAPI url: openapi/jentic-search-api-openapi.yml - type: Website url: https://jentic.com/ - type: Documentation url: https://docs.jentic.com/ - type: GettingStarted url: https://docs.jentic.com/getting-started/quickstart/ - type: APIReference url: https://docs.jentic.com/reference/public-apis/ - type: Signup url: https://app.jentic.com/sign-up - type: Console url: https://app.jentic.com/ - type: BaseURL url: https://api.jentic.com/api/v1 - type: SpectralRules url: rules/jentic-rules.yml - type: JSONSchema url: json-schema/jentic-operation-schema.json - type: JSONSchema url: json-schema/jentic-agent-schema.json - type: JSONSchema url: json-schema/jentic-workflow-schema.json - type: JSONStructure url: json-structure/jentic-operation-structure.json - type: Examples url: examples/jentic-search-example.json - type: Examples url: examples/jentic-load-example.json - type: Examples url: examples/jentic-execute-example.json - type: Examples url: examples/jentic-register-example.json common: - type: PostmanWorkspace url: https://www.postman.com/kinlaneapi/jentic/overview - type: AgenticAccess url: agentic-access/jentic-agentic-access.yml - type: DomainSecurity url: security/jentic-domain-security.yml - type: Authentication url: authentication/jentic-authentication.yml - url: https://jentic.com/ name: Jentic type: Website - url: https://jentic.com/blog name: Jentic Blog type: Blog - url: https://docs.jentic.com/ name: Jentic Documentation type: Documentation - url: https://jentic.com/pricing name: Jentic Pricing type: Pricing - url: https://app.jentic.com/sign-up name: Jentic Sign Up type: Signup - url: https://app.jentic.com/ name: Jentic Console type: Console - url: https://jentic.com/contact name: Jentic Contact type: Contact - url: https://jentic.com/company name: About Jentic type: About - url: https://github.com/jentic name: Jentic GitHub Organization type: GitHubOrganization - url: https://jentic.com/privacy name: Jentic Privacy Policy type: PrivacyPolicy - url: https://jentic.com/terms name: Jentic Terms of Service type: TermsOfService - url: https://www.linkedin.com/company/jentic name: Jentic LinkedIn type: LinkedIn - url: https://youtube.com/@JenticAI name: Jentic YouTube type: YouTube - url: https://docs.jentic.com/community/support/ name: Jentic Support type: Support - url: https://docs.jentic.com/community/faq/ name: Jentic FAQ type: FAQ - url: https://docs.jentic.com/community/security/ name: Jentic Security type: Security - url: https://docs.jentic.com/community/contributing/ name: Jentic Contributing type: Contributing - url: https://jentic.com/blog/press name: Jentic Press type: Press - url: https://jentic.com/blog/feed.xml name: Jentic Blog RSS Feed type: BlogFeed - url: https://pypi.org/project/jentic/ name: Jentic Python Package type: PythonPackage - url: https://pypi.org/project/arazzo-runner/ name: Arazzo Runner Python Package type: PythonPackage - url: vocabulary/jentic-vocabulary.yml type: Vocabulary - url: json-ld/jentic-context.jsonld type: JSONLD - url: json-schema/jentic-operation-schema.json type: JSONSchema - url: json-schema/jentic-agent-schema.json type: JSONSchema - url: json-schema/jentic-workflow-schema.json type: JSONSchema - name: Agent Skills url: https://github.com/jentic/jentic-skills type: AgentSkills maintainers: - FN: Kin Lane email: kin@apievangelist.com