Connecting Your Slack Account
This guide is for users who want to use Aileron in Slack. A workspace admin must have already installed Aileron from the Slack App Directory to your workspace.
For an overview of what the integration does, see Slack Cloud Integration.
Connect your account
Open this URL in your browser (you must be logged into Aileron):
https://your-domain/v1/connect/slack
This starts a user-level OAuth flow. Slack asks you to authorize Aileron to read your messages and send on your behalf. This does not install the bot — your admin already did that.
Verify the connection:
curl -H "Authorization: Bearer $TOKEN" \
https://your-domain/v1/connected-accounts
Should show your Slack account with status: active.
Using Aileron in Slack
Message shortcut
- Find any message in a channel
- Hover →
⋯→ Draft reply with Aileron - A modal opens showing “Researching…” → then the draft appears in an editable text area
- Edit the draft or add refinement instructions → click Send
- The reply appears in the channel from your account
Agent DM
- Open the Aileron app in Slack (sidebar → Apps → Aileron)
- See suggested prompts: “Draft a reply”, “Write a message”, “What needs attention?”
- Click a prompt or type a message
- Watch the thinking status and streamed response
- Iterate: “Make it more concise” → refined draft streams back
/aileron slash command
- In any channel, type:
/aileron Draft me a weekly status update - A modal opens with the generated draft
- Edit and click Send
Or ask a question: /aileron How many hours on calls today? → ephemeral answer appears.
Troubleshooting
| Symptom | Likely cause |
|---|---|
| ”Connect” page shows an error | Aileron server may be down, or public distribution not enabled — ask your admin |
| Connected but no response from Aileron | Bot not installed to workspace — ask your admin to install the app |
| Message shortcut not in ⋯ menu | Shortcut not registered — ask your admin |
/aileron command not found | Slash command not registered — ask your admin |
| ”Could not find your Aileron account” | You haven’t connected yet — visit the connect URL above |
| ”Your vault is locked” | Unlock your vault in Aileron before using Slack features |
| Duplicate key on reconnect | Disconnect first (DELETE /v1/connected-accounts/{id}), then reconnect |