Enabling non-github users access cloud agent from Slack

Hey there!

Cloud Agents require each user who triggers them (including via Slack) to have their own GitHub OAuth credentials connected in Cursor, since the agent acts on behalf of the triggering user’s identity. A cursor license is also required there.

That said, the newly released Cursor Agent SDK might make it much easier to build something that operates as an in-between layer. It’s built for custom integrations, bots, and similar use cases!

This approach would also work around users not having direct GitHub access, since GitHub access would instead be handled by the account authenticating to the agent.