~/devreads

#blog

157 posts

Today

23 Jul

Kristopher Sandoval 13 min read

The regulatory framework has changed significantly over the last decade. GDPR was once largely theoretical. But now, multi-billion euro fines have made it a solid statement on European privacy. India’s DPDP Act has enforced privacy protections for Indian citizens, Brazil’s LGPD is actively enforced against multinational corporations, and China’s PIPL and DSL impose strict cross-border ...

blogplatformsstrategyapi architectureapi gateway

21 Jul

J Simpson 5 min read

A recent report from Salt Security published a truly alarming statistic. According to the report, 95% of API attacks come from authenticated sources. This should raise alarms for anyone who knows anything about cybersecurity, as it means API attacks are seemingly real transactions. These attacks won’t even be noticed by average cybersecurity systems, as, for ...

blogsecurityaccess controlai agentsapi logging

20 Jul

17 Jul

Hayden James 1 min read

Hard links and soft links in Linux both use the ln command but behave very differently. This practical guide explains exactly how each works, when to use which, and how to avoid the common pitfalls that catch even experienced sysadmins. Continue reading...

bloglinux

16 Jul

Kristopher Sandoval 8 min read

API usage used to be predictable in the sense of who was using it — you could typically assume a human intent behind it, and with this, a human understanding and context. Even automated solutions were ultimately an extension of the human user. They might have worked faster and across more resources, but they were ...

blogplatformsstrategyai agentsapi call

14 Jul

Janet Wagner 8 min read

One of the most difficult aspects of building systems with multiple AI agents is managing permissions. Single AI agents often accumulate permissions as they are updated with expanded capabilities, enabling them to operate beyond their original purpose. The accumulation of permissions, referred to as privilege drift or scope sprawl, leads to broader access points and ...

blogsecuritystrategyaccess controlai agents

9 Jul

Kristopher Sandoval 9 min read

Scope sprawl occurs when identities, applications, or tokens accumulate broader permissions than they need to perform their intended tasks. It often stems from weak internal standards, unclear documentation, or pressure on engineering teams to move quickly. For example, consider the following scenarios. A developer wires an integration, requests a broad OAuth token scope because the ...

blogsecuritystrategyaccess controlapi governance

8 Jul

Art Anthony 6 min read

Ahead of Nordic APIs Summit 2026, we check in with Kin Lane (The API Evangelist) to talk AI, APIs, and the growing risk of data becoming trapped in walled gardens. There’s a ton of hype around AI in the API space, and beyond, right now. Many are talking about agentic consumption, Model Context Protocol (MCP), ...

blogai agentsapi business modelsapi economyapi ecosystem

7 Jul

Kristopher Sandoval 5 min read

The age of AI is upon us — and with it, a new age of telemetry and observability tools for MCP-driven stacks. MCP observability refers to the tools and practices used to monitor, trace, and analyze how AI agents interact with MCP servers, tools, and connected systems. The current slate of tools for MCP observability ...

blogsecuritystrategyai agentsapi logging

6 Jul

Sujitha Paduchuri, ManageEngine 1 min read

Servers give you warnings before they fail. Most sysadmins performing Linux server monitoring miss them because they're watching the wrong numbers. The metrics that actually matter are one level deeper: iowait instead of CPU percentage, active swap paging instead of memory usage, inode counts instead of just disk space. Continue reading...

blogguestsobservabilityperformanceserver

2 Jul

J Simpson 8 min read

With over 10,000 active servers and 97 million monthly SDK downloads, Model Context Protocol (MCP) is by far the most popular agentic protocol currently on the market. While this is good news for developers who don’t want to write custom integrations for tools and third-party apps in their stack, MCP’s widespread adoption should be a ...

blogaccess controlai agentsapi governanceapi logging

30 Jun

Bill Doerrfeld 1 min read

Want to justify your attendance at the Nordic APIs Summit? Use the template below to share the opportunity and benefits with your boss. We think you’ll be surprised by the results. Copy and paste the text below into your email. Subject Line: APPROVAL REQUEST – Nordic APIs Summit 2026 Copy Email Text Hi [NAME] I ...

blogplatform summit

Kristopher Sandoval 12 min read

The consumption pattern for modern APIs is changing radically. What was once a largely human-to-machine pathway is now seeing a rapid climb in use by AI agents. This is somewhat problematic for many API providers, since APIs were designed for human developers who read documentation, understand context, and recover gracefully from ambiguity. Agentic AI systems ...

blogdesignstrategyaccess controlai agents

29 Jun

25 Jun

Janet Wagner 5 min read

AI agents are a growing priority for enterprises, with many companies interested in deploying them for a wide range of purposes, from software development and marketing to sales and customer support. Most discussions revolve around single AI agents. However, Gartner has seen a 1,445% surge in inquiries about multi-agent systems (MAS) from Q1 2024 to ...

blogai agentsapi architectureapi integrationartificial intelligence

23 Jun

Adriano Mota 5 min read

Many organizations procure AI software or models assuming they will work instantly, fundamentally misunderstanding what it takes to implement artificial intelligence at scale. A common point of confusion is the belief that AI readiness is simply about having the smartest models available. In reality, intelligence is rapidly becoming a commodity, and the true challenge is ...

blogdesignstrategyai agentsapi design

22 Jun

18 Jun

J Simpson 5 min read

We tend to hear a lot about API vulnerabilities, between the OWASP Top 10 API Security Vulnerabilities and CISA’s Known Exploited Vulnerabilities Catalog. 42Crunch also recently published research on the most common API vulnerabilities, highlighting broken authentication, broken authorization, and misconfigurations as widespread issues. While industry analysis demonstrates which API vulnerabilities are most common, we ...

blogaccess controlai agentsapi integrationapi monitoring

16 Jun

Kristopher Sandoval 11 min read

In April 2026, a big story dropped in the agentic world. In nine seconds, a Claude-powered coding agent deleted the entire production database for an application called PocketOS. Despite all the existing guardrails, the agent seemingly went rogue and confirmed with its users that the actions it took were neither positive, permissible, nor requested. What ...

blogsecuritystrategyaccess controlai agents

11 Jun

10 Jun

9 Jun

8 Jun

7 Jun

6 Jun

5 Jun

4 Jun

Bill Doerrfeld 7 min read

Model Context Protocol (MCP) has, almost overnight, become a mainstay for developer tools and enterprise AI workflows. Anthropic open-sourced MCP in late 2024 and later donated it to the recently established Agentic AI Foundation (AAIF), a Linux Foundation project. As AI agents and large language model (LLM) applications start to put MCP servers into use, ...

blogai agentsapi governanceapi managementapi security

3 Jun

Hayden James 1 min read

Looking for the best Linux distro (distribution) to enhance your desktop or laptop experience? This article will guide you to what, I believe, are the best Linux distros for beginner, experienced, and expert users. Continue reading...

bloglinuxarchlinuxdebiandesktop

2 Jun

Eyal Solomon 6 min read

A developer can ship an MCP server in an afternoon. Getting that same server running in regulated production, with credentials provisioned, access controls enforced, and security sign-off obtained, takes weeks. This post walks through the six challenges teams hit when scaling enterprise MCP deployments from prototype to production, the fix for each, a posture assessment ...

blogaccess controlai agentsapi gatewayapi governance

1 Jun

28 May

Kristopher Sandoval 10 min read

Often, enterprises end up treating all their APIs roughly the same. They’re authenticated, maybe rate-limited, and hopefully behind a gateway, but ultimately, they’re lumped together as part of a collection of APIs. While that flatness makes sense from a product management perspective, it poses a problem for risk management. A payment processing API and a ...

blogsecurityaccess controlapi gatewayapi governance

26 May

24 May

21 May

Adriano Mota 6 min read

When discussing modern API security, developers frequently conflate terms like bearer token and JSON Web Token (JWT). This semantic confusion around access tokens often masks a critical architectural distinction. A bearer token specifies the transmission mechanism, while a JWT defines a specific, structured data format. But due to the extensive adoption of JWTs, there is ...

blogsecurityapi architectureapi securityapi standards

20 May

Janet Wagner 9 min read

The application and API security industries are rethinking access control for AI agents. However, the underlying foundations remain the same ones the industry has relied on for years. What’s changing is how and when those foundations are applied. Depending on the use case, a given approach may work best at runtime, with proper contextual signals, ...

blogsecuritystrategyaccess controlai agents

19 May

18 May

Bill Doerrfeld 8 min read

Agentic AI certainly dominated the theme of apidays New York, an event that brought together some of the API industry’s top thinkers and implementers for two days in mid-May 2026. It’s clear that APIs are still as important as ever, but they are now being repositioned as an execution layer for this new paradigm. In ...

blogstrategyaccess controlai agentsapi

17 May

14 May

13 May

12 May

7 May

Janet Wagner 10 min read

Thanks to pioneers like Twilio and Stripe, API products have redefined what a great developer experience (DX) looks like. These companies have demonstrated how targeted API products, along with exceptional documentation and onboarding, can make developers enthusiastic advocates for their brands. However, the API product market is shifting — the rise of AI agents means ...

blogbusiness modelsstrategyai agentsapi architecture

6 May

5 May

4 May

Hayden James 1 min read

Over the last couple of months I've had performance issues with Cloudflare (CF) about 2 times, including today. That's a sentence I never thought I'd write, because Cloudflare genuinely doesn't have performance issues most of the time, and when they do, it's usually on the status page as part of a larger issue. Continue reading...

bloglinuxapmcloudflareobservability

3 May

2 May

30 Apr

J Simpson 7 min read

At PayPalDevDay 2025, PayPal’s Nathaniel Olson discussed a familiar problem. When he asked an AI coding assistant to build a product involving APIs, it was far too common for the AI to use outdated APIs rather than the most current iterations. It’s not that the official documentation or SDKs weren’t up-to-date, it’s the fact that ...

blogdesignstrategyai agentsapi

29 Apr

Art Anthony 7 min read

There’s much more to effective translation than just providing a language switcher dropdown. The idea that merely swapping out English for Chinese or Spanish is enough to get by is a misconception that actively harms businesses who are trying to appeal to a truly global audience. Modern translation APIs go beyond language swaps, handling tone ...

blogapiapi developmentapi integrationapi use cases

28 Apr

24 Apr

23 Apr

22 Apr

Art Anthony 8 min read

At some point or another, most software developers find themselves at a career crossroads. In one direction is comfort, ease, and predictability. In the other? Challenge, intention, and responsibility. (And, yes, higher salaries to go along with them.) That second route is what happens when developers start to think more deeply about the systems behind ...

blogdesignplatformsai agentsapi architecture

21 Apr

J Simpson 7 min read

Analysts are predicting that the digital economy is growing at three times the rate of national GDPs, driven largely by AI in various ways. Some speculators think AI-enhanced workplaces could generate nearly USD $4.91 trillion by 2026. With that kind of money involved, it’s no surprise that a whole new financial ecosystem is emerging around ...

blogai agentsapiapi monetizationapi security

20 Apr

16 Apr

15 Apr

Bill Doerrfeld 6 min read

While some commentators in tech say that microservices architecture has seen its heyday, in reality, it’s still foundational to some massive distributed digital systems, from Netflix, to Amazon, SoundCloud, and beyond. But how exactly do you operationalize thousands of distributed microservices living in various environments? Successful microservices adoption tales often revolve around using service mesh, ...

blogplatformssecurityapi architectureapi discovery

14 Apr

9 Apr

8 Apr

Adriano Mota 6 min read

It’s 2026, and if you follow the tech industry, you are likely already familiar with terms like MCP servers and clients, LLMs, AI agents, and RAG applications. These components represent the visible surface when it comes to the AI conversation. But have you ever stopped to consider the underlying infrastructure that actually makes these technologies ...

blogstrategyai agentsapi architectureapi integration

7 Apr

J Simpson 6 min read

In 2020, software engineer Ivan Velichko published an article titled “API Developers Never REST,” detailing the rise of alternate design strategies that have emerged since Roy Fielding published his dissertation in 2000. Yes, the title is a jokey hook designed to snag eyeballs and attention, but like all good humor, there’s a kernel of truth ...

blogapi architectureapi designapi developmentapi standards

2 Apr

Eric Schwake 7 min read

Enterprise teams treated bots like volume problems for years. Scrapers. Credential stuffing. Occasional denial of service spikes. Sure, it was frustrating. But mostly it was manageable. That old playbook doesn’t work anymore. The most harmful automation of today flies under the radar, appearing as “normal” transactions happening at machine speed through your company’s own digital ...

blogapi discoveryapi monitoringapi securityapi vulnerabilities

1 Apr

J Simpson 7 min read

In October 2025, Anthropic released Agent Skills as a feature for Claude. Within two months, early Agentic Skills had been built by partners like Atlassian, Figma, Canva, Stripe, Notion, and Zapier. How did a brand-new feature evolve into a pattern adopted so quickly across the enterprise? The rapid ascent of agent skills speaks to their ...

blogplatformsstrategyai agentsapi architecture

31 Mar

Bill Doerrfeld 5 min read

APIs are the modern doorway for systems to share data, but this common pathway is often unlocked. As a result, over the past two years, we’ve witnessed a string of API security incidents, including headline-worthy API exploits at 23andMe, Avelo Airlines, Authy, Optus, Trello, Volkswagen, WhatsApp, and others. 42Crunch recently released its State of API ...

blogsecurityapi best practicesapi developmentapi security

26 Mar

J Simpson 6 min read

The autonomous future is nearly upon us. Every day seems to bring a fresh wave of headlines involving autonomous cars or self-driving trucks. Users are taking more than 700,000 autonomous taxi rides each week, according to McKinsey, while the first autonomous truck pilots are starting to hit the pavement. European countries have already hosted 35 ...

blogapi architectureapi developmentapi securityapi use cases

25 Mar

Janet Wagner 6 min read

When it comes to APIs, security has always been a serious concern. Developers who design and build APIs strive to mitigate vulnerabilities before attackers find them. Consumers want to be reassured that the APIs their applications integrate with won’t compromise data or application integrity. However, the rise of AI has led to new and evolving ...

blogsecuritystrategyaccess controlai agents

24 Mar

J Simpson 7 min read

On January 7, 2026, Dr. Wayne Liu, president and chief growth officer of Perfect Corp., delivered a presentation at the Consumer Electronics Show (CES) titled “API-First Innovation: Scalable AI for the Modern Beauty Shopper,” discussing the many different ways that AI is impacting the beauty industry. In the process, he makes a case for our ...

blogplatformsstrategyai agentsapi architecture

19 Mar

J Simpson 6 min read

Model Context Protocol (MCP) has been absolutely everywhere since it was first released in November 2024. Sometimes referred to as the “USB-C of AI,” MCP has come forward to help tame some of AI’s most glaring issues, namely a lack of standardization around integration as well as the context to understand what it’s accessing. Given ...

blogdesignai agentsapi architectureapi best practices

18 Mar

Shibley Burnett 7 min read

If your application calls even one third-party API, its reliability ceiling is no longer yours to control. That is the uncomfortable truth behind the uptime numbers API Status Check has been tracking since late 2025 across more than 215 services spanning cloud infrastructure, AI, payments, developer tools, and communications. This is not a ranking exercise. ...

blogapi architectureapi best practicesapi economyapi management

17 Mar

Janet Wagner 7 min read

If you build distributed applications, you’re likely already familiar with microservices. While the definition varies across the tech industry, I prefer the one from Sam Newman’s book Building Microservices. In it, he concisely describes microservices as “small, autonomous services that work together.” The concepts of microservices have been around for about fifteen years now. However, ...

blogdesignplatformsstrategyai agents

12 Mar

Art Anthony 7 min read

Over the past decade or two, APIs have quietly shifted from behind-the-scenes infrastructure to fully-fledged products. And companies that treat them as such are making big bucks doing so. According to Postman’s 2025 State of the API Report, 65% of organizations now generate revenue from their API programs. And, among organizations that make money from ...

blogmarketingstrategyapi as a productapi business models

11 Mar

Bill Doerrfeld 5 min read

AI introduces many exciting developments in the software industry. However, the uncontrolled use of generative AI has the potential to undermine our mission to provide a platform for authentic voices in the API community. For this reason, we are clarifying our AI usage policy. This policy applies to anyone who contributes content to Nordic APIs, ...

blogdesignapiapi communityapi governance

10 Mar

J Simpson 7 min read

APIs are no longer just infrastructure holding organizations together. They’re business products in their own right. As Postman put it in the 2024 State of the API report, “62% of respondents report working with APIs that generate income. This signals the rise of the API-as-a-product model, where APIs are designed, developed, and marketed as strategic ...

blogapi as a productapi business modelsapi governanceapi lifecycle

5 Mar

Miles Brown 9 min read

Most API teams I talk to are serious about the front door. They have a documented API surface, versioning rules, code review, and a continuous integration and continuous delivery (CI/CD) pipeline that runs tests and security checks before anything ships. That’s all good hygiene. But the incidents that turn into painful postmortems often start somewhere ...

blogsecurityapi discoveryapi governanceapi inventory

4 Mar

Adriano Mota 6 min read

The evolution of the modern enterprise is often marked by a transition from streamlined simplicity to architectural fragmentation. What begins as a strategic move toward distributed systems frequently devolves into gateway sprawl, a phenomenon where decentralized business units adopt distinct API tools based on localized budgets, engineering preferences, or specific technical requirements. While this flexibility ...

blogplatformssecurityai agentsapi architecture

3 Mar

Art Anthony 6 min read

In years gone by, API specifications and developer portals were created for developers’ eyes only. It wasn’t unusual for them to include the occasional joke or pop culture reference, or omit context that any qualified API consumer would easily be able to infer. While the introduction of standards like OpenAPI has already systematized and sanitized ...

blogai agentsapi designapi documentationapi standards

26 Feb

J Simpson 9 min read

Agentic AI systems promise something beyond single-turn inference. They can provide persistence, autonomy, and the ability to plan and act across time. However, anyone who’s tried to wire real APIs into an agent quickly discovers an uncomfortable reality. Even well-trained models can become jerky, brittle, or outright wrong once network calls, retries, partial failures, and ...

blogai agentsapi architectureapi best practicesapi integration

25 Feb

24 Feb

J Simpson 8 min read

When building agentic AI systems that interact with APIs and other services, securely managing JSON Web Tokens (JWTs) becomes a critical part of the architecture. Unlike traditional web applications, agentic AI can operate autonomously, invoking APIs, making decisions, and passing sensitive information without direct human supervision. These nuances create unique authorization challenges around how JWTs ...

blogdesignsecurityai agentsapi governance

19 Feb

Bill Doerrfeld 10 min read

Over the years, we’ve had the pleasure of hosting many exceptional speakers on the Nordic APIs stage. Our most memorable talks span architectural deep dives, anti-patterns, emerging trends, personal journeys, and hard-earned lessons on what it takes to build great API platforms. To the audience, these presentations often look effortless. But the truth is, there’s ...

blogmarketingstrategyapi best practicesapi community

18 Feb

Kristopher Sandoval 7 min read

As APIs scale and organizations structure complex systems, it’s almost inevitable that some enterprises are going to end up with more than one API gateway. Sometimes this is intentional — especially when those gateways represent different environments, segmented data services across regions, or different teams and thus different focuses. More often, however, this is just ...

blogplatformsapi discoveryapi gatewayapi governance

17 Feb

Art Anthony 7 min read

In recent months, we’ve been writing extensively about some of the exciting possibilities offered by artificial intelligence and the agentic consumption of APIs, from new routes to monetization via AI through to more efficient workflows. But there are downsides to consider here, too. Large language models (LLMs) have a habit of disregarding the API contract, ...

blogsecuritystrategyaccess controlai agents

12 Feb

Kristopher Sandoval 8 min read

Model Context Protocol (MCP) has made huge waves in the industry as of late. Since MCP makes it incredibly easy to point agentic implementations towards tools and resources, it’s been used for everything from context-driven customer service tools to order fulfillment backends. One of the most interesting use cases, and one that is currently emerging ...

blogdesignstrategyai agentsapi discovery

11 Feb

Janet Wagner 6 min read

Nothing frustrates a user more than a slow or non-responsive website or application. This is especially true in ecommerce, where slow-loading pages lead to high bounce rates and lower conversion rates. Often, the hidden culprit behind delays is a high-latency API. Many app developers integrate multiple third-party APIs, cumulatively adding more latency. As more APIs ...

blogdesignstrategyapi architectureapi best practices

10 Feb

5 Feb

Kristopher Sandoval 9 min read

Building API-first is an incredibly powerful strategy — it brings a ton of value to organizations seeking to make their data and APIs more consumable, more useful, and more valuable. Interestingly, however, it seems like API-first has another huge benefit: AI-first. So what does it mean to be API-first, and what benefits does this carry ...

blogplatformsstrategyai agentsapi design

4 Feb

Adriano Mota 6 min read

It is no longer a secret that AI and APIs are intimately connected. Whether it’s building foundational infrastructure or powering MCP servers, APIs are the essential building blocks. However, for AI to deliver a positive impact, these APIs require rigorous governance and management. APIs serve as the technical key to an AI initiative and provide ...

blogstrategyai agentsapi discoveryapi governance

3 Feb

J Simpson 7 min read

Imagine you’re a developer working with multiple AI agents based on large language models (LLMs). On Monday morning, your client asks you to connect an AI coding assistant to access GitHub issues, Jira tickets, and internal documentation via MCP-powered tools. That’s where a centralized MCP tool registry comes into play. Instead of spending hours browsing ...

blogdesignplatformsai agentsapi discovery

29 Jan

Kristopher Sandoval 6 min read

Agentic AI is an incredibly powerful frontier technology, and it’s actively changing the tech landscape day by day. One of the most significant changes is that APIs are no longer solely called by deterministic code developed and reviewed by humans. Instead, APIs are being actively and frequently called, explored, linked, and even adapted by autonomous ...

blogsecurityaccess controlai agentsapi governance

28 Jan

J Simpson 6 min read

In December 2025, roughly 14,000 Stranger Things fans experienced their worst nightmare. No, Vecna didn’t rise up to pull Hawkins, Indiana, into the Upside Down. Even worse, thousands of fans signed onto Netflix to watch the conclusion of the series they’d dedicated the last decade of their lives to, only to have the world’s largest ...

blogplatformsapi architectureapi gatewayapi management

27 Jan

Chris Darvill 5 min read

For much of their history, APIs have quietly powered the online world we depend on. They form the invisible framework connecting applications, synchronizing data, and automating workflows. Once considered a technical necessity, APIs have now evolved from backend utilities into strategic assets that sit at the core of digital transformation. The growth of AI has ...

blogstrategyai agentsapi business modelsapi economy

22 Jan

Art Anthony 7 min read

There’s nothing particularly new about APIs calling it quits and closing up shop. Twitter, for example, ended free access to its API in 2023 as part of a monetization push by Elon Musk. Netflix shuttered its public API for third-party developers back in 2014 and implemented strict rules around data scraping for the APIs that ...

blogai agentsapi economyapi monetizationapi security

21 Jan

20 Jan

J Simpson 7 min read

Model Context Protocol (MCP) had a banner year in 2025. Since MCP was first released in November 2024, the protocol has exploded with thousands of public MCP servers and millions of monthly SDK downloads. Everyone from Microsoft to Google has adopted MCP in their quest for agentic AI. However, right when MCP was celebrating its ...

blogstrategyai agentsapi architectureapi standards

15 Jan

Adriano Mota 9 min read

The emergence of AI coding assistants has ushered in a new era of software creation, formalized under the concept of “vibe coding.” This concept offers tremendous productivity but also introduces significant complexities, particularly when building critical APIs. Here is a comprehensive overview of what vibe coding is and the benefits it delivers. We also cover ...

blogdesignsecurityai agentsapi development

14 Jan

13 Jan

8 Jan

Kristopher Sandoval 7 min read

In the software field, one of the most commonly referred to and leveraged resources is the Top Ten list from OWASP. This is for good reason — OWASP stands as a platform- and vendor-agnostic voice that can highlight application security risks in a potentially more meaningful way than the litany of whitepapers and reports issued ...

blogsecurityaccess controlapi governanceapi security

7 Jan

J Simpson 6 min read

In OpenAPI, the industry standard API specification, small steps can have major implications. While OpenAPI 3.2.0 may not reinvent the wheel, as it still follows the same architecture and uses the JSON Schema Specification Draft 2020-12 implemented in OpenAPI 3.1.0, OpenAPI Specification v3.2.0 still has enough changes to warrant excitement while remaining compatible with older ...

blogdesignapi designapi documentationapi governance

6 Jan

1 Jan

31 Dec 2025

30 Dec 2025

Adriano Mota 11 min read

In the interconnected digital landscape, software applications communicate through layers of application programming interfaces (APIs). For architects responsible for steering large, complex systems, the move to an API-first strategy is no longer optional — it’s the bedrock for delivering resilient, scalable, and innovative digital experiences. This approach ensures that APIs are treated as first-class citizens, ...

blogstrategyai agentsapi designapi gateway

24 Dec 2025

Art Anthony 9 min read

For as long as most of us can remember, “developer experience” has been the umbrella term when it comes to measuring the usability, reliability, and effectiveness of APIs. A great developer experience, meaning one that makes things straightforward and reduces friction as much as possible, is the gold standard. Get your DX right, and word ...

blogstrategyai agentsapi designapi documentation

23 Dec 2025

Jonas Iggbom 6 min read

Authorization Exchange, or AuthZEN for short, is a new specification from the OpenID Foundation that aims to bring clarity and standardization to authorization. If OAuth 2.0 and OpenID Connect brought us standardized protocols for authentication and identity, AuthZEN aims to do something similar for fine-grained authorization. It defines a shared, interoperable way for applications to ...

blogsecurityaccess controlapi governanceapi security

22 Dec 2025

18 Dec 2025

17 Dec 2025

Bill Doerrfeld 11 min read

Speaking at tech conferences can be a very fruitful professional experience. Placing yourself on stage is a fantastic way to share your ideas with the world, network with others, and build your reputation in tech. But the first hurdle is pitching a topic — selection committees look for very specific things when they review their ...

blogstrategyapi communityapi conferenceapi industry

16 Dec 2025

Art Anthony 7 min read

With their usage increasing by more than 50% since the start of the pandemic, it’s clear that eSignatures (and eSignature APIs) are here to stay. As we edge closer and closer towards a paperless world, public perception of electronic signatures has moved from “are those even legally binding?” to something used for everything from sending ...

blogplatformsapiapi integrationapi security

11 Dec 2025

10 Dec 2025

Janet Wagner 7 min read

Choosing the right architectural style isn’t just a technical detail — it’s critical to the success of your API and every application that relies on it. The architecture determines how easily developers can understand and integrate your API, profoundly impacting their experience. It dictates how clients and servers communicate, directly affecting application efficiency, performance, and ...

blogdesignapi architectureapi designapi standards

9 Dec 2025

4 Dec 2025

3 Dec 2025

Kristopher Sandoval 7 min read

Model Context Protocol (MCP), a standard for connecting AI agents to external tools and data, is still a very new tech, and as such, it’s experiencing the same growth pains that any other technology experiences. In this process, certain use and design patterns are starting to emerge — and not always for the better. One ...

blogdesignai agentsapiapi architecture

2 Dec 2025

J Simpson 9 min read

The API specification landscape is quickly becoming almost unrecognizable from what it was even five years ago. AI was still on the horizon in 2020, still the territory of sci-fi dreamers and bleeding-edge tech enthusiasts. Now, not only has AI caused an explosion of API usage — the most recent Postman State of the API ...

blogarazzoasyncapigraphqlgrpc

27 Nov 2025

Kristopher Sandoval 5 min read

Authorization is having a bit of a moment in the tech world right now. Organizations like Apple are investing more heavily in policy-driven access control, signalling a shift towards policy as code. As this approach is solidified, it’s becoming clear that the next big revolution in the authorization space will be focused on a specific ...

blogsecurityaccess controlapi securityapis and data

26 Nov 2025

25 Nov 2025

20 Nov 2025

Art Anthony 6 min read

“Is that API ready to go yet?” It’s a phrase that can strike fear in the heart of any API developer, especially if the answer to the question is “not even close.” In an ideal world, the final steps of developing an API would be making a few final tweaks and adding a bit of ...

blogmarketingstrategyagileapi

19 Nov 2025

18 Nov 2025

J Simpson 9 min read

Imagine you’re running an API gateway that routes traffic to several microservices, such as authentication, payments, order management, or analytics, for example. Now imagine that everything had been running flawlessly for months, when one night a malformed request body from a mobile client triggers a 500 Internal Server Error in your monitoring system. Even the ...

blogsecurityapiapi securityapi testing

13 Nov 2025

Adriano Mota 7 min read

In modern system architectures, understanding data flow is crucial. Two fundamental concepts are north-south and east-west communications. Although both deal with APIs and services, they solve fundamentally different problems and require distinct tools. Below, we’ll explore when to use API gateways or a service mesh for north-south and east-west traffic. We’ll consider when each approach ...

blogdesignstrategyapi architectureapi gateway

12 Nov 2025

11 Nov 2025

Janet Wagner 6 min read

We often talk about API design here at Nordic APIs and best practices to follow. One of those best practices is clear and consistent naming conventions throughout the API — from endpoint resources and URIs to fields and parameters. Naming is often overlooked in API design, leading to a poor experience for consumers. Imagine the ...

blogdesignai agentsapi best practicesapi description languages

6 Nov 2025

5 Nov 2025

4 Nov 2025

Janet Wagner 7 min read

We recently published an article about why developers should use an OpenAPI specification as a starting point for an MCP server. The piece led to an interesting discussion on LinkedIn about what makes an MCP server performant and useful. One critical piece is building tools that can orchestrate multiple API calls together for AI consumers. ...

blogai agentsapiapi architectureapi description languages

30 Oct 2025

29 Oct 2025

J Simpson 6 min read

Supply chain management has never been more important. With the business world and global economy in such a state of constant flux, it’s imperative that business owners find every conceivable way to make their businesses competitive, innovative, and efficient. Failure to do so could result in losing a lifelong customer to a competitor, who’s often ...

blogplatformsapi economyapi ecosystemapi platform

28 Oct 2025

Art Anthony 5 min read

It’s not an overstatement to say that the health and fitness space has been transformed in the past couple of decades. Thanks to the introduction of wearables and trackers, keeping tabs on one’s progress no longer means manually entering weights and reps into a chalky old notebook between sets. Fitness has been streamlined, incentivized, and ...

blogsecuritystrategyapi governanceapi industry

23 Oct 2025

J Simpson 7 min read

API documentation is the cornerstone of discoverability. Well-structured API documentation allows an API to be understood by humans as well as machines. It lets a system understand how the API is structured, what it does, and includes invaluable metadata for further filtering and sorting. This means that API documentation is equally vital for an API ...

blogdesignmarketingai agentsapi architecture

22 Oct 2025

Kristopher Sandoval 6 min read

AI agents are increasingly autonomous in the way they interact with APIs and the systems those APIs represent. But unlike human developers, who can intuit solutions pretty readily, agents aren’t quite up to the task of reading docs, joining Slack channels, or pinging support when something breaks. They rely entirely on metadata, structure, and observed ...

blogdesignai agentsapi designapi development

21 Oct 2025

J Simpson 4 min read

Agentic AI has been the talk of the tech world in 2025. A quick query on Google Trends shows a 6100% uptick in Google searches for agentic AI in the last 12 months. Emergen Research anticipates that the Agentic AI market could be worth as much as $48.2 billion by 2030, with a compound annual ...

blogstrategyai agentsapi securityapi vulnerabilities

20 Oct 2025

16 Oct 2025

J Simpson 5 min read

Translating physical reality into digital data that’s understandable and consumable by machines is one of the most persistent roadblocks in digital transformation. You can have all the automation, data processing, and filtering in the world, and it won’t make a difference if you’re still performing manual data entry. Computer vision is an essential part of ...

blogplatformsapiapi platformapis

15 Oct 2025

Adriano Mota 6 min read

Healthcare systems worldwide are navigating a complex landscape, challenged by rising patient expectations, soaring operational costs, shortages of medical staff, strict compliance requirements, and the need to manage vast amounts of sensitive data. In this environment, digital transformation is essential to stop accepting what’s broken and start building what works. A pivotal standard driving transformation ...

blogstrategyapi standardsapi strategycase study

14 Oct 2025

13 Oct 2025

Bill Doerrfeld 5 min read

Real-world constraints often impact how we build digital services. This is especially true for enterprise APIs in regulated industries that transmit sensitive data across jurisdictions. Constraints around how data is managed can easily slow progress — but it doesn’t have to be that way. At Platform Summit 2025, Yinka Omole, a lead software engineer at ...

blogdesignsecurityapiapi architecture

9 Oct 2025

Kristopher Sandoval 7 min read

“So it happened, Scott. An MCP server I use in one of my workflows shipped a breaking API change, and my entire workflow broke.” With this single line, Scott Feinberg illuminates a core problem that the excitement around Model Context Protocol (MCP) has fundamentally ignored: API versioning. APIs change all the time — that’s what ...

blogdesignstrategyai agentsapi changelog

8 Oct 2025

J Simpson 8 min read

APIs have a reputation for being the weakest link in an enterprise’s cybersecurity. This can become a self-fulfilling prophecy, as APIs’ supposed vulnerabilities make them a popular target for potential attackers and cybercriminals. This can cause all manner of security issues, as APIs can be made to divulge a wealth of sensitive information using valid ...

blogsecurityapi developerapi governanceapi security

7 Oct 2025

3 Oct 2025

J Simpson 8 min read

In January 2024, the Centers for Medicare and Medicaid Services updated The CMS Interoperability and Patient Access Act. The new revision outlines requirements and specifications for what information medical providers need to provide, as well as how it should be formatted to ensure API security and data compliance. This is towards the goal of improving ...

blogplatformssecurityapi best practicesapi governance

2 Oct 2025

1 Oct 2025

Kristopher Sandoval 8 min read

Most teams do at least some sort of injection attack testing. This testing, however, is typically focused on a small subset of particular vulnerabilities. SQL injection is a popular target, as is command injection. Some teams may even do log injection if they’ve been burned before. But when it comes to APIs — and especially ...

blogsecurityaccess controlapi securitycybersecurity

22 Sept 2014

lukaseder 1 min read

What do people do when they run out of topics? They recycle previous topics and create top 10 lists. Here is a list of the top 10 most popular articles from the jOOQ blog: Top 10 Very Very VERY Important Topics to Discuss A fun, not so serious parody on what is being discussed on reddit’s … Continue reading Top…

bloggingblogjooq