Search across 748 pages

Try a tool name, category, or "lifetime deal"

Maritim proArte Hotel, Berlin, Germany

API Conference Berlin 2026: Dates, Tracks & Ticket Prices

November 16-20, 2026

TL;DR: The API Conference Berlin 2026 runs November 16 to 20, 2026 at the Maritim proArte Hotel on Friedrichstrasse, with conference days on November 18-19 and workshop and bootcamp days on November 16-17 and 20....

TL;DR: The API Conference Berlin 2026 runs November 16 to 20, 2026 at the Maritim proArte Hotel on Friedrichstrasse, with conference days on November 18-19 and workshop and bootcamp days on November 16-17 and 20. Five tracks, one of which is APIs for AI & Agentic Systems. Early-bird pricing ends September 10, 2026, putting All Access at 1,799 EUR against 2,299 EUR regular. It is one of four conferences making up AI Native Week in the same hotel, and the sibling MLcon ticket page prices access to the whole week at a 299 EUR upgrade.

I cover this on ZPlatform’s AI events hub for a reason that took me a while to appreciate. In 2026 the hard part of building with AI is rarely the model. It is the integration surface: how an agent reaches your systems, what it is allowed to do when it gets there, how you version an endpoint that a non-deterministic client is calling, and who is accountable when it goes wrong. That is an API problem wearing an AI hat, and a ten-year-old API conference with a dedicated agentic track is better placed to address it than most AI conferences are.

The organiser claims 1,200-plus engaged API professionals and 10 years of API events, which makes this the most established of the four conferences running that week in Berlin.

One thing I will be straight about: no 2026 speaker roster is published yet. Across all four AI Native Week conferences, S&S Media’s programme pages say the schedules are still taking shape. The tracks and the prices are confirmed. The talks are not, and buying before September 10 means buying on the track list.

This guide covers the dates and the five-day structure, all five tracks, every ticket tier with real numbers, how AI Native Week works and when it is worth the upgrade, and an honest read on who should book. All figures come from the official API Conference Berlin site and its ticket page, checked on August 17, 2026.

API Conference Berlin 2026 official website homepage
The official API Conference Berlin 2026 website at apiconference.net, captured August 17, 2026.

Key Takeaways

  • Dates are November 16 to 20, 2026 at the Maritim proArte Hotel, Friedrichstrasse 151, 10117 Berlin. Conference days are November 18-19.
  • Early bird ends September 10, 2026. All Access drops from 2,299 EUR to 1,799 EUR, and the 4-Day Pass carries the largest cut at 450 EUR.
  • APIs for AI & Agentic Systems is a full track, one of five, alongside governance, design, platform engineering, and identity and API security.
  • It is part of AI Native Week, four conferences in one hotel across the same five days, published as 100-plus sessions and workshops across six lifecycle tracks.
  • The whole-week upgrade is 299 EUR on the sibling MLcon price list, which is less than a single extra workshop day at 559 EUR.
  • Ten years of API events and 1,200-plus past professionals, but no 2026 speaker lineup announced yet.

Every serious agent problem I have looked at this year eventually turned into an API problem: authentication, rate limits, versioning, and blast radius. That is why an API conference with an agentic track is a more useful ticket in 2026 than it would have been in 2024.

What Is the API Conference?

The full official name is the API Conference for Web APIs, Design & Management, run by S&S Media through devmio, the same organiser behind MLcon, DevOpsCon, and the IT Security Summit. Its published history claims are 10 years of API events and 1,200-plus engaged API professionals.

The subject matter is the full lifecycle rather than one slice of it: designing web APIs, managing and governing them at scale, the platform layer that serves them, and the identity and security controls around them. That breadth is the point. Most conferences that touch APIs approach them from one direction, usually a vendor’s gateway product. This one is organised around the discipline.

Format is the standard S&S Media shape: two dense conference days with a small expo in a central hotel, wrapped in optional workshop and bootcamp days that carry most of the technical depth. The event is hybrid, so everything is available remotely as well as on site.

The ten-year history is worth weighing when you compare this against newer AI events chasing the same budget. API governance is an unglamorous discipline where the useful knowledge is accumulated rather than announced. A conference that has been running since before REST-versus-GraphQL was settled tends to have speakers who have maintained an API through a migration, a breaking change, and an acquisition, which is a different kind of talk from a demo.

When and Where Is the API Conference Berlin 2026?

The conference runs November 16 to 20, 2026 at the Maritim proArte Hotel, Friedrichstrasse 151, 10117 Berlin, Germany.

The five days split like this:

DayDateWhat runs
MondayNovember 16, 2026Workshop and bootcamp day
TuesdayNovember 17, 2026Workshop and bootcamp day
WednesdayNovember 18, 2026Conference day 1
ThursdayNovember 19, 2026Conference day 2
FridayNovember 20, 2026Workshop day

The conference proper is Wednesday and Thursday. Everything else is optional depth. That matters for flights: a conference-only attendee needs Tuesday night to Thursday evening, while a bootcamp buyer starts Monday morning and a Friday workshop buyer stays to the end of the week.

The Maritim proArte is on Friedrichstrasse in Mitte, one of the best-connected addresses in Berlin. Friedrichstrasse station is a short walk with S-Bahn, U-Bahn and regional services, and the Brandenburg Gate, Reichstag and Museum Island are all on foot. Practically, you are not locked into the conference hotel: there is plenty of accommodation within a 15-minute walk, and mid-November is off-peak for Berlin, so rates are modest by European conference standards.

Quick facts:

DetailInformation
EventAPI Conference for Web APIs, Design & Management 2026, Berlin
DatesNovember 16-20, 2026
Conference daysNovember 18-19, 2026
Workshops and bootcampsNovember 16-17 and 20, 2026
VenueMaritim proArte Hotel, Friedrichstrasse 151, 10117 Berlin, Germany
FormatHybrid, on site or remote
Tracks5
Community claim1,200+ engaged API professionals, 10 years of API events
Early-bird deadlineSeptember 10, 2026
All Access early bird1,799 EUR (regular 2,299 EUR)
AI Native Week upgrade299 EUR
OrganiserS&S Media / devmio
Co-locatedMLcon, VibeKode, AI Engineering Summit
Official siteapiconference.net/berlin

The Five Tracks

  1. API Governance & Operations
  2. APIs for AI & Agentic Systems
  3. API Design & Development
  4. API Platform Engineering
  5. Identity, Access & API Security

That is a lifecycle, and it is ordered deliberately. Governance and operations first, design and development in the middle, platform and security around them. It is the track list of a conference for people who own APIs in production rather than people writing their first one.

Track two is why this event is on our hub. APIs for AI & Agentic Systems is the track addressing the actual 2026 problem: an agent is a client that does not behave like any client your API was designed for. It retries in unhelpful patterns, calls things in orders no human would, and its authorisation model is genuinely unsolved in most organisations. The questions there are concrete and largely unanswered in public: how you scope a token for something acting on a user’s behalf, what rate limiting means when the caller is a loop, how you document an endpoint for a machine reader, and how much blast radius you accept.

If you want to arrive with a real view on that rather than a vendor’s, our MCP servers report is the closest thing we publish to a map of this territory. It tracks the model context protocol server ecosystem with a security pillar fed by the GitHub Advisory Database, and MCP is the layer where most of these agent-to-API questions currently get argued out in practice.

Track five, Identity, Access & API Security, pairs naturally with track two and is where I would spend the second half of a two-day conference pass. Note that S&S Media also runs a full IT Security Summit at its Munich event with an AI-Powered Security Automation track, so security is a portfolio-wide theme rather than an afterthought here.

API Conference Berlin 2026 Ticket Prices

All prices in EUR, already including the 10 percent team discount for three or more tickets, excluding VAT.

TicketEarly birdRegularSaving
All Access (5 days)1,799 EUR2,299 EUR500 EUR
4-Day Pass1,349 EUR1,799 EUR450 EUR
3-Day Pass1,169 EUR1,454 EUR285 EUR
2-Day Pass899 EUR1,199 EUR300 EUR
Workshop Day559 EUR732 EUR173 EUR

Tickets include devmio Fullstack access, and bookings of three, four or five days add a free gadget. Six months of access to the recordings from your bookings is included.

Two notes on choosing a tier.

The 3-Day Pass is the practical floor. At 1,169 EUR it covers both conference days plus one workshop or bootcamp day, which is the minimum configuration where a hotel-format event does something a recorded talk cannot. The 2-Day Pass at 899 EUR gets the conference days and the expo only, and at a 1,200-professional community event the expo is not a reason to travel. The 270 EUR step up is the best marginal spend on the list.

The percentage discounts are uneven, and the 4-Day Pass is the outlier. It saves 450 EUR, 25 percent, where the 3-Day Pass saves 285 EUR, about 20 percent. If you were deciding between three and four days, the early-bird window is where the fourth day is cheapest it will ever be, at 180 EUR of real difference.

After September 10, 2026, all of it reverts to the regular column. No later discount tier is published.

AI Native Week: Four Conferences, One Hotel

The API Conference does not run alone. It is one of four conferences at the Maritim proArte from November 16 to 20, 2026, branded together as AI Native Week:

  • API Conference, this event
  • MLcon, generative AI and ML engineering
  • VibeKode, AI coding and agentic development
  • AI Engineering Summit

The organiser publishes the week as six tracks across the complete AI-native software lifecycle with 100-plus sessions and workshops and two bootcamps. The week-level tracks are Generative AI, ML & Foundation Models; AI Coding & Agentic Development; AI Engineering & Architecture; Modern APIs, Connectivity & AI Governance; AI Governance, Security & Trust; and MLOps, AI Operations & Reliability.

Two ticket shapes exist: a Full Week Pass covering all four conference worlds, and Single Conference Passes for one event. The API Conference page lists AI Native Week access as a benefit of early-bird booking without naming a separate price; the sibling MLcon ticket page prices the upgrade at 299 EUR for access to every session across the week. If cross-conference access matters to you, price both routes before booking, because the same week is being sold through four different front doors and the pages do not present the upgrade identically.

Either way the comparison is stark: 299 EUR for three more conferences, against 559 EUR for one more workshop day.

The honest caveat is that access is not attendance. You have two conference days and one body, and four parallel programmes buys optionality rather than volume. It pays clearly if you straddle disciplines, if you are sending two or three people who can split up, or if you value the recordings library. It does not pay if you are one person with one narrow goal, because four programmes is a recipe for seeing the first ten minutes of a lot of talks.

For an API-centric attendee specifically, the cross-conference logic is strong. VibeKode’s agentic development content and MLcon’s agent and RAG tracks are the demand side of the interfaces this conference is about designing. I have written a separate guide to MLcon Berlin 2026 if you want to see what is actually in it.

Is the API Conference Berlin 2026 Worth It? My Honest Take

Go if you own APIs in production and the agent question has landed on your desk without a good answer. That combination is common in 2026 and badly served: AI conferences treat the integration layer as plumbing, and most API content predates agents as clients. A ten-year-old API conference with a dedicated agentic track is the least-bad fit I know of in Europe.

Three caveats.

No published programme. Booking before September 10 is a bet on five tracks and a ten-year record rather than on named talks. There is a few weeks of runway between publication and the deadline, so check the programme page again before committing. If you need certainty, pay regular price and treat the early bird as not applying to you.

It is a professional community event, not a mega-conference. Roughly 1,200 professionals historically. That means access to speakers and a room where people talk. It does not mean a large expo or a hallway full of people from your exact stack.

The AI framing is doing some marketing work. This is an API conference with one AI track out of five, sitting inside a week branded AI Native. If you want an AI-first event, MLcon or VibeKode is the better base ticket and this one is the 299 EUR add-on. If you want an API conference that takes AI seriously, this is the right base and the framing is honest.

My go-or-skip framing. Buy the 3-Day Pass before September 10 if you are going, and price the AI Native Week upgrade at the same time. Make this your base ticket if APIs, governance or platform work is your actual job. Make MLcon your base and add this if you are primarily an ML or AI engineer who needs the integration material. Go remote if travel is the constraint, since hybrid access and recordings are included. Skip it if you need a confirmed keynote lineup before you pay, or if you want a vendor floor.

Frequently Asked Questions

When and where is the API Conference Berlin 2026?

November 16 to 20, 2026 at the Maritim proArte Hotel, Friedrichstrasse 151, 10117 Berlin. The conference days are November 18-19, with workshop and bootcamp days on November 16-17 and November 20.

How much does an API Conference Berlin 2026 ticket cost?

Early-bird prices run from 559 EUR for a single workshop day to 1,799 EUR for All Access across five days, against regular prices of 732 EUR and 2,299 EUR. All figures include the 10 percent team discount for three or more tickets and exclude VAT.

When does API Conference Berlin early-bird pricing end?

September 10, 2026. No later discount tier is published, so regular pricing applies after that date.

What tracks does the API Conference Berlin 2026 cover?

Five: API Governance & Operations, APIs for AI & Agentic Systems, API Design & Development, API Platform Engineering, and Identity Access & API Security.

Is the API Conference part of AI Native Week?

Yes. It runs alongside MLcon, VibeKode, and the AI Engineering Summit at the same hotel across the same five days, published together as more than 100 sessions and workshops across six lifecycle tracks. A Full Week Pass covers all four, and the MLcon ticket page prices the upgrade at 299 EUR.

Who is speaking at the API Conference Berlin 2026?

Not announced yet. The programme is still being assembled across all four AI Native Week conferences, so the confirmed information for now is the track list rather than the session list.

Can I attend the API Conference Berlin 2026 online?

Yes. The event is hybrid, with remote options, and tickets include devmio Fullstack access plus six months of access to the recordings from your bookings.

Is the API Conference relevant if I work on AI rather than APIs?

More than most people assume. The APIs for AI & Agentic Systems and Identity, Access & API Security tracks cover the authorisation, versioning and rate-limiting problems that agent projects hit in production. If AI is your primary discipline, though, the better configuration is MLcon as your base ticket with the AI Native Week upgrade to reach this content.

The Bottom Line

The API Conference Berlin 2026 is a ten-year-old API conference with a dedicated agentic-systems track, running November 16 to 20 in central Berlin, inside a four-conference AI Native Week, with no 2026 speaker roster yet.

The insight worth carrying: the integration layer is where AI projects actually fail in 2026, and it is under-covered because it belongs to neither community cleanly. AI conferences treat APIs as plumbing and API conferences have historically treated agents as a curiosity. This event is one of the few sitting deliberately in the middle, which makes the 299 EUR week upgrade the mechanism that turns a narrow ticket into a broad one.

Your concrete next step for the API Conference Berlin 2026: open the official API Conference Berlin ticket page, compare a 3-Day Pass plus the AI Native Week upgrade against a Full Week Pass, and book before September 10, 2026. Before you go, read our MCP servers report so the agentic-API sessions land against real ecosystem data, and subscribe for AI event alerts to hear when the speaker lineup publishes.

← Back to all AI events