Kelowna Founders Club
The Playbook
GuideMay 12, 2026 · 13 min read

What Is an API? A Simple Explanation for Non-Programmers

What is an API? A plain-English explanation for business owners - the restaurant analogy, API keys, what they really cost, and why AI now runs on them.

What Is an API? A Simple Explanation for Non-Programmers

You've heard it in every software demo, every AI conversation, every pitch at a networking event: "it connects via API." So what is an API, in simple terms? It's a set of rules that lets two pieces of software talk to each other without either one needing to know how the other is built. That's it. This guide unpacks that one sentence until you can follow - and lead - any API conversation, whether you run a winery in West Kelowna, a gym in Vernon, or a SaaS startup downtown.

No code required: by the end you'll know the vocabulary, the real costs, and how to make your first API call yourself with an AI's help.

What is an API? The restaurant analogy in 60 seconds

Picture a restaurant. You're the customer. You can't walk into the kitchen and start cooking - so you order through a waiter, who carries your request in and your dish out.

The API is the waiter. One program (you) asks another program (the kitchen) for something, and the API carries the request in and the result out. Neither side needs to see inside the other. And the menu? The menu is the API documentation: it lists exactly what you're allowed to ask for and in what format.

Here's the whole mechanic in one sentence: a client sends a request to an API endpoint (a specific web address), the server processes it, and a structured response comes back, usually in JSON, a labelled-text format that's readable by humans too. AWS has a solid plain-language explainer if you want the canonical version.

What is a REST API? (The kind you'll actually encounter)

When someone says "REST API," don't glaze over. REST is just the standard style almost every web API uses: ordinary web requests with verbs like GET ("fetch me something") and POST ("here, take this"). Each request stands alone - the server doesn't remember your last one - which is why REST scales. For a business conversation, "REST API = normal web API" is all you need.

APIs you already use every day without knowing it

If you did anything on your phone this morning, you've already made API calls today:

  • Checked the weather? Your weather app called a weather service's API and displayed the response.
  • Paid with a card or PayPal online? The store never touched your bank. An API request carried the amount to the payment provider; a confirmation came back. That's the whole transaction.
  • Booked a flight on a travel site? That site aggregated thousands of flights from airline APIs and confirmed your booking back through one.
  • Clicked "Log in with Google"? That button is an identity API - Google vouches for you so the site doesn't need its own password system.

Now bring it home to the Okanagan. A Kelowna restaurant's OpenTable widget, a Naramata winery's tasting-room booking form, a downtown retailer's Square or Lightspeed POS syncing inventory to its online store - every one of those is an API at work. Lightspeed alone publishes APIs connecting its POS to QuickBooks, Xero, Shopify, OpenTable, and 7shifts. And Shopify (founded in Ottawa) is Canada's biggest API success story: an entire commerce platform other software plugs into.

API examples in everyday life are everywhere once you see the pattern: two systems, one controlled doorway between them.

Kelowna founders and entrepreneurs networking at a Kelowna Founders Club event, discussing APIs and AI tools for small business

What is an API key? Calls, rate limits, and the vocabulary you need

Six terms cover 90% of API conversations. Learn these and you can hold your own with any developer:

  • API key: a unique, password-like string that identifies who's calling, so the provider can authorize you and meter your usage. Treat an API key like a credit card number: anyone who has yours spends on your account. Never paste it into shared docs or spreadsheets.
  • API call (or request): one single ask. "Give me today's forecast" is one call: one question, one answer.
  • Endpoint: the specific URL you send that call to. One API usually has many endpoints (one for orders, one for customers, and so on).
  • Rate limit: a cap on how many calls you can make per time window, say 100 per minute. Exceed it and you get error 429: Too Many Requests until the window resets.
  • Quota: the longer-period version, a daily or monthly cap, usually tied to your plan tier.
  • Token: the unit AI APIs bill by. A token is roughly 4 characters, or about three-quarters of an English word.

One misconception worth killing now: an API is not a database. The database is where data lives; the API is the controlled access point in front of it.

Why AI made APIs matter to every business owner

For twenty years, APIs were a developers-only topic. AI changed that. When you chat with Claude or ChatGPT in a browser, you're sitting in the restaurant's dining room - a friendly interface built for humans. The API is the kitchen door. It's how that same AI gets wired directly into your actual systems: your CRM, your calendar, your books. So no, ChatGPT is not an API. ChatGPT is the chat app; the API is the separate developer doorway to the same underlying models.

Why should a business owner in Kelowna care? Because the useful stuff happens behind that door:

  • AI bookkeeping tools sync with QuickBooks Online and Xero via API to categorize transactions and reconcile in real time, automating up to roughly 80% of manual data entry. Both QBO and Xero are standard across Canadian small businesses, so this isn't hypothetical for anyone here.
  • Xero's own "Just Ask Xero" assistant answers finance questions in natural language: an AI talking to your accounting data through, you guessed it, an API.
  • MCP (Model Context Protocol) - the open standard Anthropic released in late 2024, now governed by the Linux Foundation and adopted by ChatGPT, Gemini, and Copilot - is essentially a friendly wrapper around APIs. It's the "USB-C port" that lets an AI assistant read your CRM, calendar, and accounting software without custom code. We break it down in our guide to what an MCP server is.

The trend line is steep: 19.2% of Canadian businesses now use AI (Statistics Canada, Q2 2026) - triple the 6.1% of 2024. API connections are the plumbing behind most of that growth. If you're still choosing your stack, start with our comparison of the best AI for small business in 2026.

API vs integration vs plugin: sorting out the jargon

These three words get mashed together constantly. Untangled:

  • API = the capability. The rules, the doorway, the menu. It exists whether anyone uses it or not.
  • Integration = the actual built connection. Someone used the API to link two systems and move data between them. API vs integration in five words: the rules versus the wiring.
  • Plugin = a packaged add-on that extends one specific platform, like a WordPress plugin or a Shopify app. The vendor maintains it; you install it without writing code.

The honest trade-offs:

PluginNo-code tool (Zapier/Make)Custom API integration
Upfront costLow (often free-$50/mo)Low-medium subscriptionHighest (developer time)
SetupClick installBuild in dropdown menusWeeks of dev work
FlexibilityWhatever the vendor builtGood - thousands of appsAnything the APIs allow
Who maintains itThe vendorYou (visually)You (or your developer)
Scales with youSometimesUsuallyYes

Plugins are cheap and self-serve, but "cheap" can hide total-cost-of-ownership surprises when you outgrow them. The middle path is worth knowing: Zapier connects 9,000+ apps (by its own count) with 300+ AI tools, and its Copilot now builds whole workflows from a typed sentence. Make does the same. Both are APIs wrapped in dropdown menus - no code, no developer.

Okanagan entrepreneurs comparing software integrations and AI workflows at a Kelowna Founders Club networking night

What an API costs and how usage-based pricing works

Two pricing models dominate, and confusing them costs people real money.

Model 1: flat subscription. ChatGPT Plus and Claude Pro run about $20 USD per month for unlimited-ish chat in the app. Simple, predictable, human-sized.

Model 2: metered API. You pay per token, like a utility bill. Input (what you send) and output (what comes back) are billed separately, and output typically costs about 5x more than input. Current numbers as of July 2026, in USD per million tokens:

ModelInputOutput
Claude Haiku 4.5$1$5
Claude Sonnet 4.6$3$15
Claude Opus 4.8$5$25
GPT-5.2~$1.75$14
Grok 4.1$0.20$0.50

Translate that to your business: at Haiku prices, summarizing a 2,000-word email thread costs a fraction of a cent. At small volume, AI APIs cost cents, not subscriptions. Two cost levers worth knowing by name: batch processing (submit non-urgent jobs for a 50% discount) and prompt caching (repeated context billed at 10% of the input price) - both documented in Anthropic's pricing docs.

Non-AI APIs follow their own patterns: many (like weather APIs) are free with rate limits; payment APIs like Stripe take a percentage plus a per-transaction fee. Deciding which AI models to build on? See our Claude vs ChatGPT vs Gemini comparison.

Questions to ask a developer (or an AI) before connecting anything

APIs matter for business risk, not just business speed: every connection is a doorway, and doorways need locks. Before anyone connects anything to your systems, ask these seven questions - in plain English, no jargon required:

  1. What data does this connection actually access - and can we limit it to the minimum? Good APIs let you grant narrow permissions instead of the keys to everything.
  2. Is the data encrypted in transit and at rest?
  3. Where is the API key stored, and who can see it? If the answer involves a shared spreadsheet, stop.
  4. What happens if the provider goes down or changes the API? Do we get notified, or does something silently break?
  5. Is there a log of what was accessed? You want an audit trail before you need one.
  6. Does the vendor hold SOC 2 or ISO 27001 certification?
  7. The Canadian layer: if customer data flows to a US provider, does that satisfy PIPEDA and BC PIPA consent and transparency duties? Worth knowing: API access to major AI providers doesn't train models on your data (unlike some consumer chat plans), which is precisely why businesses prefer the API and Team routes.

Any competent developer answers these in minutes; a vendor who dodges them just answered a different question.

Next step: try one API call yourself with AI's help

The fastest way to demystify APIs is to make one call. Twenty minutes, no programming background:

  1. Go to console.anthropic.com and sign up (you'll verify a phone number). New accounts get about $5 USD in free starter credits, enough for hundreds of test calls.
  2. Open Settings → API Keys and create a key. Notice the warning to store it safely. Now you know why.
  3. Here's the meta-trick: ask the AI to teach you its own API. Open Claude or ChatGPT and type: "Write me a 5-line Python script that calls the Claude API with my API key and asks it a question. Explain every line like I've never coded." The AI writes it, explains it, and debugs it with you.
  4. Run it, get a JSON response back, and connect the dots: request → endpoint → response.
  5. Prefer zero code? Build the same connection in Zapier's Copilot by typing one sentence describing what you want.

Anthropic Academy has a free Build with Claude guide if you want a guided path. And if you'd rather learn alongside other founders, our events regularly feature speakers who've wired AI into real Okanagan businesses.

Key takeaways

  • An API is a set of rules that lets two programs talk - the waiter between you and the kitchen. The documentation is the menu.
  • You already use APIs daily: weather apps, card payments, booking widgets, "Log in with Google," and your POS syncing to your online store.
  • An API key is a password that spends money - treat it like a credit card number and never store it in shared docs.
  • AI made APIs everyone's business: the chat app is the dining room, the API is the kitchen door that connects AI to your CRM and accounting software.
  • API = the capability; integration = the built connection; plugin = a packaged add-on for one platform. Zapier and Make are the no-code middle path.
  • AI API pricing is metered per token: at small volume it's cents, not subscriptions, and batch processing and caching cut costs further.
  • Before connecting anything, ask the seven vendor questions - including whether data leaving Canada satisfies PIPEDA and BC PIPA.

Frequently asked questions

Is an API a database?

No. A database is where data is stored; an API is the controlled access point in front of it. The API decides who can ask for what, and how often - the database just holds the goods.

Is ChatGPT or Claude an API?

No - ChatGPT and Claude (the apps) are chat interfaces built for humans. The API is a separate doorway developers use to reach the same underlying models and wire them into other software. Same kitchen, different door.

Do I need to know how to code to use an API?

Not anymore. No-code tools like Zapier and Make wrap APIs in dropdown menus, MCP connectors let AI assistants plug into your tools directly, and AI itself will write and explain the code for you if you ask.

What does an API cost?

Many non-AI APIs are free with rate limits, and payment APIs charge per transaction. AI APIs are metered per token - as of July 2026, Claude Haiku 4.5 runs $1 USD per million input tokens, which makes a typical small-business task cost a fraction of a cent.

What's the difference between an API and an integration?

The API is the set of rules - the capability that exists whether anyone uses it or not. An integration is what you get when someone actually uses that API to connect two systems and move data between them. Rules versus wiring.

How do APIs work with my accounting software?

QuickBooks Online and Xero - the Canadian small-business standards - both publish APIs. AI bookkeeping tools use them to pull transactions, categorize them, and reconcile in real time, automating up to roughly 80% of manual data entry.


APIs stop being intimidating the moment you see the pattern: a request, a doorway, a response. The founders getting ahead in 2026 aren't the ones who can code - they're the ones who understand the plumbing well enough to ask sharp questions. If you want to compare notes with people wiring this stuff into real businesses across the Okanagan, join the Kelowna Founders Club free - it costs less than an API call.

Kelowna Founders Club

Want the next play first?

Join free and get every guide, speaker insight, and event invite before anyone else. Built by founders in the Okanagan.

Join the club freeSee upcoming events