# Agent Push Kit

Agent Push Kit is a searchable notification inbox for software, with an iPhone app for humans and complete REST, MCP, skill, and SDK access for agents.

- [Getting started](./getting-started.md)
- [API reference](./api.md)
- [SDKs](./sdks.md)
- [MCP](./mcp.md)
- [Agent skill](./skill.md)

## Authentication

- `apk_…` organization keys are limited to application event ingestion.
- Agent Push Kit login JWTs authenticate the human app.
- Named `apt_…` agent tokens provide the same user-level access and organization-role enforcement as the user who created them. They do not expire and can be revoked immediately.

Never print, commit, or place a raw key or token in a URL.
