How do I configure the Slack capability?
How do I configure the Slack capability?
Step 1: Create a Slack app
- Visit api.slack.com/apps
- Click “Create New App” → “From a manifest”
- Use the manifest template with required scopes and bot events
- Copy the App ID and Bot User OAuth Token
https://agent-service-339911427090.europe-north2.run.app/api/slack/webhookStep 4: Invite to ChannelsType /invite @AgentName in any channel where you want the agent to work.For detailed setup including the full manifest template, contact support@abundly.ai.
How do I set up Google Drive integration?
How do I set up Google Drive integration?
Step 1: Enable the capability
- Go to your agent’s Settings → Capabilities page
- Find “Google Drive” in the capabilities list
- Click “Create connection”
- Sign in to your Google account
- Accept the scope for specific file access
- Click “Allow” to grant permissions
- Create documents
- Access shared files using the document picker under “Docs”
- Work with files you’ve explicitly shared
You don’t need a service account. The integration uses your personal Google account with selective access.
My Slack integration isn't working - how do I troubleshoot?
My Slack integration isn't working - how do I troubleshoot?
1. Add the App in Slack FirstIn Slack, look at the Apps section and click “Add apps” to add your app.2. Configure Event SubscriptionsThis is critical for the agent to listen to messages:
- Set Request URL to:
https://agent-service-339911427090.europe-north2.run.app/api/slack/webhook - Enable Events toggle to ON
- Add bot events:
app_mention,message.im
message.groups and message.channels to bot events.4. Invite the AgentIn each channel, type /invite @YourAgentName5. Verify Required ScopesEnsure your app has: channels:read, groups:read, chat:write, app_mentions:readWhat can the GitHub integration do?
What can the GitHub integration do?
Pull Request Management:
- Merge pull requests with different merge methods
- List and filter pull requests by status
- Get detailed PR information including file changes and diffs
- Browse repository files and directories
- Read file contents from any branch
- List repository branches
- Track recent commits and changes
- Enable the Capability in Settings → Capabilities
- Create a GitHub Token with scopes:
repo,read:org, and optionallyworkflow - Paste your token and optionally specify watched repositories
The GitHub integration does not currently support GitHub Projects. It focuses on repository-level operations.
Is Abundly integrated with Microsoft ecosystem?
Is Abundly integrated with Microsoft ecosystem?
No, Abundly is not integrated with the Microsoft ecosystem and does not use Microsoft’s selection of language models. We make independent choices about which AI models to use based on performance for autonomous agent tasks.
More Questions?
Browse all FAQ categories

