From 241bbb02196fa47c200b19c31fbc12acedb51e65 Mon Sep 17 00:00:00 2001 From: poiley Date: Fri, 10 Jul 2026 10:59:55 -0700 Subject: [PATCH] README: add Primitive developer resources section Named links to the primitive.dev API docs, OpenAPI spec, auth guide, webhooks, MCP server, and CLI so developers (and search) can reach every developer resource from the SDK repo. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index fa79081..22a39a4 100644 --- a/README.md +++ b/README.md @@ -113,3 +113,15 @@ cd sdk-go && go test ./... && go test -run TestSharedCompatibilityFixtures ./... - `docs/schema-generation.md` documents schema/codegen flow - `docs/repo-model.md` documents the monorepo task model - `RELEASE.md` documents the release process + +## Primitive developer resources + +Everything for building on [primitive.dev](https://www.primitive.dev), the email API for AI agents: + +- **Primitive API documentation** — [docs.primitive.dev/docs](https://docs.primitive.dev/docs) (REST reference: [/docs/api](https://docs.primitive.dev/docs/api)) +- **Primitive OpenAPI spec** — [primitive.dev/openapi.json](https://www.primitive.dev/openapi.json) +- **Primitive authentication guide** — [/docs/auth](https://docs.primitive.dev/docs/auth) +- **Primitive webhooks** — [/docs/endpoints](https://docs.primitive.dev/docs/endpoints) +- **Primitive MCP server** (Claude & ChatGPT connector) — [/docs/connectors](https://docs.primitive.dev/docs/connectors) +- **Primitive CLI** — `npm install -g primitive` +- **Full developer-resources index** — [primitive.dev/developers](https://www.primitive.dev/developers)