APIs for the Age of Agents

DevTalks Romania [https://www.devtalks.ro/] 2026

Erik Wilde
Head of Enterprise Strategy, Jentic

June 4, 2026

Creative Commons License [https://creativecommons.org/licenses/by/4.0/]

This work is licensed under a CC
Attribution 4.0 International License
[https://creativecommons.org/licenses/by/4.0/]

Contents Erik Wilde: APIs for the Age of Agents

Contents

Erik Wilde: APIs for the Age of Agents

(2) Erik Wilde

JenticOpenAPI Initiative

APIs and AI

Outline (APIs and AI)

  1. APIs and AI [4]
  2. MCP to the Rescue? [6]
  3. Evolving Your APIs for Agents [3]
  4. Making Workflows Repeatable [2]
  5. With Great Power… [3]
  6. Conclusions [3]
APIs and AI Erik Wilde: APIs for the Age of Agents

(4) Quick Show of Hands

  1. Who used an agentic coding tool this week? (Cursor, Claude Code, Copilot, Codex, …)
  2. Who has shipped code that takes action based on LLM output in production?
  3. Who has business agents calling APIs autonomously right now?



APIs and AI Erik Wilde: APIs for the Age of Agents

(5) AI Needs Context & Actions

Aditya Challapally et al., "The GenAI Divide: State of AI in Business 2025", MIT NANDA, July 2025

APIs and AI Erik Wilde: APIs for the Age of Agents

(6) Two New API Consumers



APIs and AI Erik Wilde: APIs for the Age of Agents

(7) What Changes for You: DX → AX



MCP to the Rescue?

Outline (MCP to the Rescue?)

  1. APIs and AI [4]
  2. MCP to the Rescue? [6]
  3. Evolving Your APIs for Agents [3]
  4. Making Workflows Repeatable [2]
  5. With Great Power… [3]
  6. Conclusions [3]
MCP to the Rescue? Erik Wilde: APIs for the Age of Agents

(9) Just Use MCP?

mcp-logo.png

MCP to the Rescue? Erik Wilde: APIs for the Age of Agents

(10) Problem 1: Directly Exposing APIs

api-mcp-ai-direct.png

MCP to the Rescue? Erik Wilde: APIs for the Age of Agents

(11) Problem 2: Investing in the MCP Layer

api-mcp-ai-custom-mcp.png

MCP to the Rescue? Erik Wilde: APIs for the Age of Agents

(12) MCP-Washing

mcp-washing.png

MCP to the Rescue? Erik Wilde: APIs for the Age of Agents

(13) Are Your APIs AI-Ready?

api-ai-scorecard.png

MCP to the Rescue? Erik Wilde: APIs for the Age of Agents

(14) Six Dimensions of AI-Readiness

api-ai-readiness-dimensions.png

Evolving Your APIs for Agents

Outline (Evolving Your APIs for Agents)

  1. APIs and AI [4]
  2. MCP to the Rescue? [6]
  3. Evolving Your APIs for Agents [3]
  4. Making Workflows Repeatable [2]
  5. With Great Power… [3]
  6. Conclusions [3]
Evolving Your APIs for Agents Erik Wilde: APIs for the Age of Agents

(16) When LLMs Read Your APIs

robot.png

Evolving Your APIs for Agents Erik Wilde: APIs for the Age of Agents

(17) Do Your DX Homework



Evolving Your APIs for Agents Erik Wilde: APIs for the Age of Agents

(18) Now There's AX Homework, Too



Making Workflows Repeatable

Outline (Making Workflows Repeatable)

  1. APIs and AI [4]
  2. MCP to the Rescue? [6]
  3. Evolving Your APIs for Agents [3]
  4. Making Workflows Repeatable [2]
  5. With Great Power… [3]
  6. Conclusions [3]
Making Workflows Repeatable Erik Wilde: APIs for the Age of Agents

(20) AI Minimalism



Making Workflows Repeatable Erik Wilde: APIs for the Age of Agents

(21) What Is Arazzo?

arazzo-logo.png
workflows:
  - workflowId: weekend-getaway
    steps:
      - stepId: listHotels
        description: Retrieve hotels available in the destination city
        operationPath: '{$sourceDescriptions.liteapi-hotel-data.url}#/paths/~1data~1hotels/get'
        parameters:
          - name: cityName
            in: query
            value: $inputs.cityName
        successCriteria:
          - condition: $statusCode == 200
        outputs:
          hotelIds: $response.body#/data[*]/hotelId

See the full workflow: arazzo-ui.jentic.com [https://arazzo-ui.jentic.com/?document=https%3A%2F%2Fraw.githubusercontent.com%2Ffrankkilcommins%2Fagentic-tools-webinar%2Frefs%2Fheads%2Fmain%2Farazzo%2Fweekend-getaway.arazzo.yaml]



With Great Power…

Outline (With Great Power…)

  1. APIs and AI [4]
  2. MCP to the Rescue? [6]
  3. Evolving Your APIs for Agents [3]
  4. Making Workflows Repeatable [2]
  5. With Great Power… [3]
  6. Conclusions [3]
With Great Power… Erik Wilde: APIs for the Age of Agents

(23) Today: Agents Get Keys Directly



With Great Power… Erik Wilde: APIs for the Age of Agents

(24) Secure Centralized Access for Agents



With Great Power… Erik Wilde: APIs for the Age of Agents

(25) Sandboxes for Secure Experimentation

Sandbox for AI Agents

Conclusions

Outline (Conclusions)

  1. APIs and AI [4]
  2. MCP to the Rescue? [6]
  3. Evolving Your APIs for Agents [3]
  4. Making Workflows Repeatable [2]
  5. With Great Power… [3]
  6. Conclusions [3]
Conclusions Erik Wilde: APIs for the Age of Agents

(27) Three Levels of API Improvement

Stephen Fishman and Matt McLarty, "Unbundling the Enterprise: APIs, Optionality, and the Science of Happy Accidents", 2024
  1. Improve descriptions — change API description: easy, immediate results
  2. Improve definitions — change the API itself: harder, improves capabilities
  3. Start platform engineering — built once, used across many APIs:
    • Workflow orchestration (open standard: Arazzo)
    • Credential brokering for safe agent access
    • Sandboxes for safe experimentation



Conclusions Erik Wilde: APIs for the Age of Agents

(28) Start Tomorrow: Score Your APIs

api-ai-scorecard.pngqr-code-jentic-scorecard.png

jentic.com/scorecard [https://jentic.com/scorecard]



Conclusions Erik Wilde: APIs for the Age of Agents

(29) Thank You!

This is the End

June 4, 2026 DevTalks Romania [https://www.devtalks.ro/] 2026