Glossary for API builders
Plain-language definitions for the terms behind APIs and workflow automation, from webhooks to rate limits.
// A
Access Token
An access token is a temporary credential an app uses to call an API on your behalf, issued after you approve access through an OAuth consent screen.
API
An API is a way for two programs to talk to each other: one sends a request over the web, the other answers in a structured format like JSON.
API Key
An API key is a secret token that identifies and authorizes an application or user when calling an API.
// G
// M
MCP
MCP (Model Context Protocol) is an open standard that lets AI assistants like Claude discover and use external tools, such as a social publishing API.
Media Container
A media container is Instagram's staging object for API publishing: you create a container from your media first, then publish it in a second call.
// O
// R
// U
// W