August 2026 · Issue 07

Jentic Tech Talk

The newsletter for teams building AI that actually ships. Covering APIs, AI agents, open standards, and enterprise architecture.

Have You Installed Jentic One Yet?

It is what stands between your agent and everything its keys can reach. Free, open source and self-hosted: it holds the credentials, enforces what the agent is allowed to do, and logs every call. Apache-2.0, running on your own infra.

Add any of the 10,000+ APIs in the Jentic API Directory, or add your own private API, and the agent finds what it needs by asking in natural language.

Check out the hardening guide, and our API directory for more info.

Have You Installed Jentic One Yet?
Install Jentic One →

—  An Update from Frank

Frank Kilcommins

Frank Kilcommins

Head of Enterprise Architecture

RESEARCHAI-READINESS

Discoverable by Design: Why Better Data Beats a Bigger Model

Our new whitepaper "Discoverable by Design" shows the gains to be had when improving APIs for AI discoverability.

AI agents live or die by whether they can find the right tool at runtime. We benchmarked 8,467 API operations across 70 real enterprise APIs to work out what actually makes agents reliable, and the answer was not the model. Improving API description quality and search lifted agent retrieval accuracy from 59% to 94%.

What's inside:
  • Why tool discovery, not too invocation, makes or breaks agent reliability.

  • Why a cheaper model on good data beats an expensive model on bad data.

  • How to prioritise the API fixes that move the needle most.

OPEN STANDARDSARCHITECTURE

Actor-in-the-Loop: A Much-Needed Arazzo Capability

Arazzo describes workflows as deterministic sequences that run to completion. What it cannot describe is the moment a workflow has to stop, ask a question, and wait: a buy-now-pay-later checkout that hits partial eligibility, or a deployment that needs an operator to sign off before anything touches infrastructure.

My proposal adds a first-class interaction field on a step, with three modes: form for structured responses described with JSON Schema, redirect for OAuth-style callbacks, and acknowledge for approval gates. Timeouts live in the interaction itself with an onTimeout branch, and the actor’s validated response flows downstream as a normal output.

It also lines up with MCP’s Multi Round-Trip Request pattern, so an executor can resume in a stateless fashion behind a load balancer with no sticky routing. A formal proposal for Arazzo 1.2 is in progress.

OPEN SOURCEOPEN STANDARDS

API Problem Details: Error Responses Agents Can Actually Use

Error handling is the part of API design that gets deferred and then shipped as whatever was convenient. Every team ends up with a different format. Every consumer writes custom parsing logic, and that becomes brittle and expensive as agents dominate API consumption. An agent hitting an unexpected response has no reliable signal for what went wrong or what to do next, which means agent recovery behaviour remains unpredictable.

RFC 9457 is the industry's strongest answer to this. It defines a standard application/problem+json response shape with a clear extensibility model for domain-specific fields, and our API AI-Readiness scoring data puts error_standardization adoption at around 3% across public APIs. Knowing the RFC and bootstrapping consistent implementation across a codebase are different things, and the gap between the two is why adoption stays low.

We built the jentic/api-problem-details packages to close the gap for our own tooling, but have made them publicly available as open source software. They provide reusable, agent-friendly Problem Details schemas for HTTP-based APIs, with implementation packages in both Python and TypeScript. The components are designed to be referenced directly into OpenAPI documents, giving consistent error shapes across every operation defined once.

—  CONFERENCES & EVENTS

Watch the latest webinars on demand, or join us at our latest events

Have an idea for a webinar topic you’d like to see us cover? Send us an email.

Making AI Agents Reliable Event-Driven API Consumers with Arazzo

Making AI Agents Reliable Event-Driven API Consumers with Arazzo

An online session on Thursday, September 24th at 14:00 UTC, Frank joins this event hosted by Azeez Elegbede, on the AsyncAPI support that landed in Arazzo 1.1. You can now point to AsyncAPI v3 documents alongside OpenAPI ones, giving your agents real knowledge of how your system actually behaves.

Instead of guessing from documentation, agents execute workflows that say explicitly when to publish a message, when to listen for a response, and how to correlate an async reply. That is the difference between an unpredictable integration and a dependable one.

Register Now →
API Conference Berlin: Architecting AI-Ready APIs with Agent Skills

API Conference Berlin: Architecting AI-Ready APIs with Agent Skills

The “Building AI-Ready APIs with Agent Skills” workshop comes to Berlin on November 20th, the day after API Conference Berlin runs on the 18th and 19th. It is a full-day, hands-on masterclass that Frank is co-delivering with Erik Wilde.

Seven modules of real exercises on real artifacts: designing governed OpenAPI documents for agent consumption, applying governance with Overlay, modelling multi-step workflows with Arazzo, and evaluating an existing ecosystem for AI-readiness. The theme throughout is incremental improvement, not starting over. Built for architects, platform engineers, and developers already dealing with agents hitting their APIs.

Check out the workshop details for more information.

Register Now →

Get TechTalk in Your Inbox

Stay up to date with the latest from Jentic.

Subscribe
Jentic Tech Talk — August 2026 | Newsletter