https://github.com/clerk/agentpass
AgentPass: an open protocol for agent authorization
https://github.com/clerk/agentpass
Last synced: 4 months ago
JSON representation
AgentPass: an open protocol for agent authorization
- Host: GitHub
- URL: https://github.com/clerk/agentpass
- Owner: clerk
- License: mit
- Created: 2026-02-16T07:23:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-26T12:06:48.000Z (4 months ago)
- Last Synced: 2026-03-27T04:52:55.018Z (4 months ago)
- Language: TypeScript
- Homepage: https://agentpass.com
- Size: 859 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AgentPass
AgentPass is an open protocol that lets AI agents authenticate to third-party services on behalf of users — without exposing long-lived credentials to the agent itself.
Read the full specification and learn more at [agentpass.com](https://agentpass.com).
## Repository
- [`/spec`](./spec) — the AgentPass specification (Markdown)
- [`/site`](./site) — website source ([agentpass.com](https://agentpass.com))
## Development
```bash
cd site
npm install
npm run dev
```
## Contributing
Contributions are welcome! Please open an issue or pull request on [GitHub](https://github.com/clerk/agentpass).
## License
This project is licensed under the [MIT License](./LICENSE).