Extensions
PotpieAI Slack Integration
How to get the PotpieAI bot in your slack workspace
Getting Started
Prerequisites
Before using the PotpieAI Slack integration, you need:
- A PotpieAI account with an API token
- At least one project that has been parsed and is in “ready” status
- The PotpieAI Slack app installed in your workspace
Installation
- Add the PotpieAI app to your Slack workspace by click here
- Grant the necessary permissions when prompted
- Once installed, you’ll see PotpieAI in your Slack workspace’s apps list
Authentication
Before you can start using PotpieAI in Slack, you need to authenticate with your API token:
- Type
/authenticate
in any channel or direct message - A modal will open asking for your API token
- Enter your PotpieAI API token (follow api access documentation to generate your token)
- Click “Submit”
You’ll receive a confirmation message once authenticated successfully.
Using PotpieAI in Slack
Starting a Conversation
To start a conversation with a PotpieAI agent:
- Type
/potpie
in any channel or direct message - A modal will open with the following options:
- Repository selection (choose from your parsed repositories)
- Agent selection (choose which AI agent to use)
- Query input (ask your initial question)
- Fill in all fields and click “Submit”
PotpieAI will create a new thread with your query and respond with an answer based on your codebase.
Continuing the Conversation
To continue an existing conversation:
- Reply to the thread by @mentioning PotpieAI (e.g.,
@PotpieAI tell me more about this function
) - The agent will process your follow-up question within the context of the ongoing conversation
Troubleshooting
Common Issues
Issue: “You haven’t authenticated yet” message
Solution: Use the /authenticate
command to set up your API token
Issue: “You don’t have any ready projects” message
Solution: Go to the PotpieAI dashboard and parse your repository first
Command Reference
Command | Description |
---|---|
/authenticate | Set up your PotpieAI API token |
/potpie | Start a new conversation with an AI agent |
@PotpieAI [question] | Continue conversation in thread |