# API Discovery

Published articles for API Discovery.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How API Design Is Evolving for AI Agents, Security, Reliability, and Compliance

DevFeed: [How API Design Is Evolving for AI Agents, Security, Reliability, and Compliance](<https://devfeed.tech/articles/6-ways-traditional-api-design-has-changed-forever-34948.md>)

Original publisher: [Read original article](<https://nordicapis.com/6-ways-traditional-api-design-has-changed-forever/>)

Author: J Simpson

Published: 2026-09-17T07:00:00Z

Content type: article

Language: en

Sources: [Nordic APIs](<https://devfeed.tech/sources/nordic-apis.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [reliability](<https://devfeed.tech/topics/reliability.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api](<https://devfeed.tech/tags/api.md>), [api-architecture](<https://devfeed.tech/tags/api-architecture.md>), [api-as-a-product](<https://devfeed.tech/tags/api-as-a-product.md>), [api-design](<https://devfeed.tech/tags/api-design.md>), [api-discovery](<https://devfeed.tech/tags/api-discovery.md>), [api-security](<https://devfeed.tech/tags/api-security.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [blog](<https://devfeed.tech/tags/blog.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [rate-limiting](<https://devfeed.tech/tags/rate-limiting.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This article examines six ways API design is evolving as APIs serve AI agents and other machine consumers, with implications for security, reliability, and regulatory compliance.

### Source excerpt

For over two decades, API design and architecture remained remarkably consistent. Perhaps it's the outsized influence of Roy Fielding's RESTful dissertation, but API designers have stuck to the principles of stateless architecture, resource-based endpoints, and HTTP commands to an impressive degree. That's all starting to change, now that we've radically recontextualized the way we use ...

## How AI Agents Discover and Integrate Public APIs

DevFeed: [How AI Agents Discover and Integrate Public APIs](<https://devfeed.tech/articles/how-ai-agents-discover-and-integrate-public-apis-12636.md>)

Original publisher: [Read original article](<https://blog.postman.com/how-ai-agents-discover-and-integrate-public-apis/>)

Author: Anthony Viard

Published: 2026-09-02T16:00:00Z

Content type: article

Language: en

Sources: [Postman Blog](<https://devfeed.tech/sources/postman-blog.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [API](<https://devfeed.tech/topics/api.md>), [Postman](<https://devfeed.tech/topics/postman.md>), [MCP](<https://devfeed.tech/topics/mcp.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api](<https://devfeed.tech/tags/api.md>), [api-discovery](<https://devfeed.tech/tags/api-discovery.md>), [apis](<https://devfeed.tech/tags/apis.md>), [general](<https://devfeed.tech/tags/general.md>), [integration](<https://devfeed.tech/tags/integration.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [orbit](<https://devfeed.tech/tags/orbit.md>)

### AI overview

The article presents Orbit by Postman, which lets developers and AI agents discover public API endpoints by describing a desired workflow in plain language. Orbit evaluates endpoint capabilities, identifies gaps, and generates integration details such as authentication, URLs, parameters, response shapes, execution order, and implementation pitfalls. It can be accessed through search and integration endpoints or via the Model Context Protocol (MCP).

### Source excerpt

I couldn't name the API my feature needed. Orbit found it in one search, then handed me the request bodies and the three bugs I'd have shipped. The post How AI Agents Discover and Integrate Public APIs appeared first on Postman Blog.

## Introducing Orbit: Turn Any Task Into the Right API Calls

DevFeed: [Introducing Orbit: Turn Any Task Into the Right API Calls](<https://devfeed.tech/articles/introducing-orbit-turn-any-task-into-the-right-api-calls-12638.md>)

Original publisher: [Read original article](<https://blog.postman.com/introducing-orbit-turn-any-task-into-the-right-api-calls/>)

Author: Abhinav Asthana

Published: 2026-08-27T16:00:00Z

Content type: article

Language: en

Sources: [Postman Blog](<https://devfeed.tech/sources/postman-blog.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [MCP](<https://devfeed.tech/topics/mcp.md>), [Postman](<https://devfeed.tech/topics/postman.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api-discovery](<https://devfeed.tech/tags/api-discovery.md>), [blog](<https://devfeed.tech/tags/blog.md>), [free](<https://devfeed.tech/tags/free.md>), [general](<https://devfeed.tech/tags/general.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [orbit](<https://devfeed.tech/tags/orbit.md>), [post](<https://devfeed.tech/tags/post.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>)

### AI overview

Postman introduces Orbit, a free API discovery tool for AI agents. Agents can describe a task to find suitable public API endpoints, then select an endpoint and receive an integration brief covering authentication, URLs, request steps, parameters, response codes, dependencies, and common pitfalls. Orbit is available as an MCP server and a REST API, with no account, API key, or OAuth setup required.

### Source excerpt

Orbit is a free API discovery tool for AI agents. Describe a task, get the endpoints that fit, then get a task brief to integrate them. No account, no auth. The post Introducing Orbit: Turn Any Task Into the Right API Calls appeared first on Postman Blog.

## 10 Tips for Preparing APIs for Agentic Access

DevFeed: [10 Tips for Preparing APIs for Agentic Access](<https://devfeed.tech/articles/10-tips-for-preparing-apis-for-agentic-access-12643.md>)

Original publisher: [Read original article](<https://nordicapis.com/10-tips-for-preparing-apis-for-agentic-access/>)

Author: J Simpson

Published: 2026-08-27T11:40:00Z

Content type: article

Language: en

Sources: [Nordic APIs](<https://devfeed.tech/sources/nordic-apis.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Security](<https://devfeed.tech/topics/security.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api-best-practices](<https://devfeed.tech/tags/api-best-practices.md>), [api-design](<https://devfeed.tech/tags/api-design.md>), [api-discovery](<https://devfeed.tech/tags/api-discovery.md>), [api-documentation](<https://devfeed.tech/tags/api-documentation.md>), [api-monitoring](<https://devfeed.tech/tags/api-monitoring.md>), [api-security](<https://devfeed.tech/tags/api-security.md>), [apis](<https://devfeed.tech/tags/apis.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [blog](<https://devfeed.tech/tags/blog.md>), [json-schema](<https://devfeed.tech/tags/json-schema.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [observability](<https://devfeed.tech/tags/observability.md>), [openapi-specification](<https://devfeed.tech/tags/openapi-specification.md>), [security](<https://devfeed.tech/tags/security.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Ten ways to prepare APIs for agentic access by improving discovery, security, observability, workflows, and predictable design for AI agents.

### Source excerpt

In May 2026, Cloudflare released a new tool called isitagentready.com. It analyzes a URL for everything an agentic AI would need to interact with a site and then returns a score out of 100. Even better still, it breaks down its assessment by category, letting you know how your site performs for discoverability, accessibility from ...

## API Gateways, AI Gateways, and MCP Gateways: Are Enterprises About to Pay Twice Again?

DevFeed: [API Gateways, AI Gateways, and MCP Gateways: Are Enterprises About to Pay Twice Again?](<https://devfeed.tech/articles/api-gateways-ai-gateways-and-mcp-gateways-are-enterprises-about-to-pay-twice-again-12645.md>)

Original publisher: [Read original article](<https://nordicapis.com/api-gateways-ai-gateways-and-mcp-gateways-are-enterprises-about-to-pay-twice-again/>)

Author: Rashmi Baberwal

Published: 2026-08-12T07:00:00Z

Content type: article

Language: en

Sources: [Nordic APIs](<https://devfeed.tech/sources/nordic-apis.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Security](<https://devfeed.tech/topics/security.md>), [observability](<https://devfeed.tech/topics/observability.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api](<https://devfeed.tech/tags/api.md>), [api-architecture](<https://devfeed.tech/tags/api-architecture.md>), [api-discovery](<https://devfeed.tech/tags/api-discovery.md>), [api-documentation](<https://devfeed.tech/tags/api-documentation.md>), [api-gateway](<https://devfeed.tech/tags/api-gateway.md>), [api-governance](<https://devfeed.tech/tags/api-governance.md>), [api-management](<https://devfeed.tech/tags/api-management.md>), [api-monitoring](<https://devfeed.tech/tags/api-monitoring.md>), [apis](<https://devfeed.tech/tags/apis.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [blog](<https://devfeed.tech/tags/blog.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [observability](<https://devfeed.tech/tags/observability.md>), [platforms](<https://devfeed.tech/tags/platforms.md>), [security](<https://devfeed.tech/tags/security.md>), [strategy](<https://devfeed.tech/tags/strategy.md>)

### AI overview

The article examines how enterprises can prepare existing API infrastructure for AI gateways, MCP gateways, and agent-driven operations. It highlights prior investments in API management platforms, gateways, developer portals, security, observability, and API-first development.

### Source excerpt

Over the last decade, enterprises invested heavily in API infrastructure. They purchased API management platforms, deployed gateways across business units and regions, built developer portals, introduced security and observability tools, and encouraged teams to adopt API-first development. The business case was compelling. APIs would make enterprise capabilities easier to reuse, shorten integration timelines, improve partner ...

## API Marketplaces and the Invisible Economy: Trade Routes of the AI Era

DevFeed: [API Marketplaces and the Invisible Economy: Trade Routes of the AI Era](<https://devfeed.tech/articles/api-marketplaces-and-the-invisible-economy-trade-routes-of-the-ai-era-12646.md>)

Original publisher: [Read original article](<https://nordicapis.com/api-marketplaces-and-the-invisible-economy-trade-routes-of-the-ai-era/>)

Author: Chris Darvill

Published: 2026-08-04T07:00:00Z

Content type: article

Language: en

Sources: [Nordic APIs](<https://devfeed.tech/sources/nordic-apis.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api](<https://devfeed.tech/tags/api.md>), [api-as-a-product](<https://devfeed.tech/tags/api-as-a-product.md>), [api-business-models](<https://devfeed.tech/tags/api-business-models.md>), [api-discovery](<https://devfeed.tech/tags/api-discovery.md>), [api-economy](<https://devfeed.tech/tags/api-economy.md>), [api-ecosystem](<https://devfeed.tech/tags/api-ecosystem.md>), [api-governance](<https://devfeed.tech/tags/api-governance.md>), [api-management](<https://devfeed.tech/tags/api-management.md>), [api-monetization](<https://devfeed.tech/tags/api-monetization.md>), [apis](<https://devfeed.tech/tags/apis.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [blog](<https://devfeed.tech/tags/blog.md>), [governance](<https://devfeed.tech/tags/governance.md>), [marketplaces](<https://devfeed.tech/tags/marketplaces.md>), [monetization](<https://devfeed.tech/tags/monetization.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [strategy](<https://devfeed.tech/tags/strategy.md>)

### AI overview

The article explains how API marketplaces can turn APIs into tradable services for AI agents, supporting monetization, governance, and orchestration.

### Source excerpt

APIs are like the backstage crew of the digital economy. They're not front and center, but they're essential for putting on a show. Yet, from a business perspective, APIs have traditionally been regarded as a form of "operational plumbing," with many enterprises treating them as technical infrastructure rather than strategic assets. However, companies like Stripe, ...

## Snyk Supercharges API Discovery with New Akamai Integration

DevFeed: [Snyk Supercharges API Discovery with New Akamai Integration](<https://devfeed.tech/articles/snyk-supercharges-api-discovery-with-new-akamai-integration-8110.md>)

Original publisher: [Read original article](<https://snyk.io/blog/snyk-akamai-integration-api-discovery-testing/>)

Author: Nuno Loureiro

Published: 2025-08-06T04:00:00Z

Content type: news

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Application Security](<https://devfeed.tech/topics/application-security.md>), [snyk-platform](<https://devfeed.tech/topics/snyk-platform.md>), [Security](<https://devfeed.tech/topics/security.md>), [OpenAPI Specification](<https://devfeed.tech/topics/openapi.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [akamai](<https://devfeed.tech/tags/akamai.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [api](<https://devfeed.tech/tags/api.md>), [api-discovery](<https://devfeed.tech/tags/api-discovery.md>), [api-security](<https://devfeed.tech/tags/api-security.md>), [api-testing](<https://devfeed.tech/tags/api-testing.md>), [apis](<https://devfeed.tech/tags/apis.md>), [application-security](<https://devfeed.tech/tags/application-security.md>), [awareness](<https://devfeed.tech/tags/awareness.md>), [blog](<https://devfeed.tech/tags/blog.md>), [co-created](<https://devfeed.tech/tags/co-created.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [executive](<https://devfeed.tech/tags/executive.md>), [integration](<https://devfeed.tech/tags/integration.md>), [openapi](<https://devfeed.tech/tags/openapi.md>), [openapi-specification](<https://devfeed.tech/tags/openapi-specification.md>), [platform](<https://devfeed.tech/tags/platform.md>), [scanner](<https://devfeed.tech/tags/scanner.md>), [snyk](<https://devfeed.tech/tags/snyk.md>), [snyk-platform](<https://devfeed.tech/tags/snyk-platform.md>), [testing](<https://devfeed.tech/tags/testing.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Snyk and Akamai announced an integration that automates API discovery and schema ingestion. Akamai API inventories and schemas are added to Snyk API & Web so teams can turn discovered APIs into scannable targets with a single click, improving API security testing coverage and efficiency.

### Source excerpt

Snyk and Akamai partner to streamline API security. This integration automates API discovery and schema ingestion from Akamai to power Snyk's DAST engine, boosting scan coverage and efficiency.

## Gaining admin access to a Siemens cloud system

DevFeed: [Gaining admin access to a Siemens cloud system](<https://devfeed.tech/articles/gaining-admin-access-to-a-siemens-cloud-system-32610.md>)

Original publisher: [Read original article](<https://eaton-works.com/2024/07/31/siemens-ama-hack/>)

Author: Eaton

Published: 2024-07-31T04:00:00Z

Content type: article

Language: en

Sources: [Eaton Works Feed](<https://devfeed.tech/sources/eaton-works-feed.md>)

Topics: [Security](<https://devfeed.tech/topics/security.md>), [Entra ID](<https://devfeed.tech/topics/entra-id.md>), [React](<https://devfeed.tech/topics/react.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>), [API](<https://devfeed.tech/topics/api.md>), [JSON Web Tokens](<https://devfeed.tech/topics/jwt.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [api](<https://devfeed.tech/tags/api.md>), [api-discovery](<https://devfeed.tech/tags/api-discovery.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [jwt](<https://devfeed.tech/tags/jwt.md>), [react](<https://devfeed.tech/tags/react.md>), [security](<https://devfeed.tech/tags/security.md>), [sso](<https://devfeed.tech/tags/sso.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

### AI overview

The article examines a vulnerability in Siemens AMA Cloud, a React-based cloud application. It explains how insufficient server-side authentication and reliance on client-side controls can expose APIs and allow manipulation of the application's authentication flow, including its Microsoft SSO redirect and JWT handling.

### Source excerpt

(ASPEN) Understanding the Risks of Client-Side Authentication: Why relying on client-side security isn't enough.