Topic 04

Why Companies Open Their Doors

Concept

Running a public API costs real money. Servers that answer day and night, documentation kept current, a support team reading partner emails — none of it is free. So before this book teaches you to walk through these doors, one honest question deserves an answer: why do companies build the doors at all?

Because an API turns a product into a platform. Other people's software starts bringing you customers, data, and revenue that you could never have built alone. The door is not generosity. It is strategy — and knowing that explains everything about how the door is guarded.

One API, four kinds of visitors
Tandem's partner API
stations, bikes, rides — published and documented
The city's transport app
shows Tandem bikes next to buses and trams
The tourism board's trip planner
"bike your visit" routes, built without Tandem writing a line
Vera's Thursday report
the city's own numbers, pulled directly
Riders' own apps
the official app is just one more client of the same API

Integrations Sell the Product

Riverport's official transport app shows Tandem bikes right next to the buses and trams. Tandem did not build that app — the city did, using Tandem's API. Every rider who discovers a bike through it is a customer Tandem acquired without spending anything. That arrangement has a name: an integration — one product connected into another through an API. Every integration is free distribution, which is why companies chase them.

Partners Build What You Will Not

The tourism board wanted a "bike your visit" trip planner for tourists. Tandem was never going to build one — too niche, wrong business. But the API was there, so the tourism board built it themselves, and now Tandem gets tourist rides from software it never paid for. Multiply that by every partner with an idea, and the API becomes a workforce: hundreds of products Tandem's own team will never have to write.

Sometimes the API Is the Whole Product

The payment provider from two pages ago has no product you can hold. No app to browse, no site worth visiting — the API is the product. Companies pay to use it, metered like electricity: so much per thousand requests, so much per payment processed. Map providers work this way. So do the AI companies whose models answer through an API — you will meet one properly in the last chapter. For these businesses, the counter is not a side door to the shop. The counter is the shop. (You will also hear "API-first" at work — usually meaning the API gets designed before the apps that use it; the phrase is looser than the idea.)

A Product Has Rules

Now the practical consequence, and the bridge to everything ahead. Because an API has users, costs, and revenue, it has rules: sign up first, carry a key, stay within your quota, follow the terms. The doorkeeping you are about to spend two chapters learning — keys in Chapter 5, documentation in Chapter 6, request limits in Chapter 8 — is not bureaucracy for its own sake. It is what a business puts around a door it paid to build. Once you see the business model, the paperwork reads as exactly what it is: the terms of a deal, and usually a fair one.

Common Confusions
  • "Public API means free and unlimited." Public means documented and open to sign-up. Quotas, tiers, and bills are the norm — the door is open, and it has terms posted on it.
  • "Companies open APIs out of generosity." It is strategy: distribution through integrations, partner-built products, and often direct revenue. The generosity reading makes the rules feel hostile; the strategy reading makes them make sense.
  • "If a company is serious, its website is the main event and the API is extra." For companies whose API is the product it is the reverse: the website is a brochure, and the product is the promise served at the counter.
Why It Matters
  • Knowing why the door exists explains how it is guarded. Keys, quotas, and terms stop feeling like obstacles and start reading as a business model — which makes them far easier to navigate.
  • At work, "does it have an API, and on what terms?" is often the entire evaluation of a product. After this page, you know why that one question carries so much weight.

Knowledge Check

What is an "integration," as this page uses the word?

  • Two companies merging their operations so they can share customers
  • One product connected into another through an API, like bikes inside the transit app
  • A tool that developers install to test their code against an API
  • One app copying the features of another so users see the same thing

Why does Tandem benefit from the tourism board's trip planner, which it did not build?

  • The tourism board pays Tandem a licensing fee for every tourist who installs the planner
  • Tandem receives the planner's code and can add it to its own app
  • The planner generates bike rides for Tandem from software Tandem never paid to build
  • The planner advertises Tandem's brand to tourists who see the logo

What does it mean when a company's API is the whole product?

  • The API is the product itself: companies pay to use it, metered by usage
  • They charge one flat annual fee for unlimited access to everything they offer
  • They promise to answer API support requests before any other kind of request
  • They only sell to other companies and never to individual people

You got correct