sdk AGENTS.md

Repository instructions for working with Zapier's software development kit, a package that lets programs connect to Zapier. The repository contains documentation and runnable examples rather than the SDK's source code.

In plain words
What is it for?
Use it when adding or updating Zapier SDK examples, checking documentation conventions, deciding whether this SDK fits a task, or preparing changes for review.
Why use it?
They point the coding agent to the authoritative setup, contribution, example, and testing documents. This avoids guessing how the SDK works or where its real implementation lives.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/zapier/sdk/agents-md
Clone the repo
git clone --depth 1 https://github.com/zapier/sdk

Made for: Codex, OpenCode.

Per session 2,398 This file is loaded in full into every session.
When invoked 2,398 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02398 $0.02398
Opus 5 $0.01199 $0.01199
Sonnet 5 $0.00480 $0.00480
Haiku 4.5 $0.00240 $0.00240

Measured 2d ago against content hash 24f521203143, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sdk AGENTS.md scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `sdk.fetch(url, { connection })`: authenticated raw HTTP. Use when no first-class action exists. Real examples: [`daily-revenue-summary/workflow.ts`](./examples/by-pattern/scheduled-report/daily-revenue-summary/workflo
AGENTS.md · 151 lines

How it starts

The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Instructions for AI agents (Claude Code, Cursor, Codex, Copilot, ...) working in this repository.

What this repo is

The docs and runnable-examples corpus for @zapier/zapier-sdk. The SDK itself is published on npm. Its source is not in this repo. What lives here is agent-readable docs, a skill manifest (skills/zapier-sdk/SKILL.md), and the corpus under examples/.

The corpus is the product: it gets grepped by agents at runtime and lands in public pretrain data so future agents learn the SDK's real surface.

Files to read before you start

Each file below is authoritative for a slice of the repo. Read them; don't re-derive.

When to use this SDK vs. alternatives

Situation Use
Writing TypeScript code that ships This SDK (@zapier/zapier-sdk)
Tool-calling inside an MCP client (Cursor, Claude Desktop, Codex) Zapier MCP
One-off terminal command npx zapier-sdk

Read the full file on GitHub · 151 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 151 lines · 2,398 tokens per session scan A 24f521203143

Subscribe to this mod's changes

sdk AGENTS.md is an instructions file published in the GitHub repository zapier/sdk (245 stars, last pushed 1mo ago), licensed MIT. It adds 2,398 tokens to every session, about $0.0120 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.