An open API service indexing awesome lists of open source software.

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

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).