Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)