Create the Slack app
Open Slack API and create the app
Go to Slack API → Your Apps → Create New App → Create from scratch. Name it “Neo Agent” and select your workspace.





Add bot token scopes
On OAuth & Permissions, add:
- app_mentions:read
- channels:history
- chat:write
- im:history
- users:read

Enable event subscriptions
On Event Subscriptions, set the Request URL to your Neo Slack endpoint and subscribe to channel message events.

Install to workspace
On OAuth & Permissions, click Install to workspace. The app appears under Apps in Slack.



