Slack Integration
The Slack provider gives your applications governed access to Slack credentials — bot tokens, app-level tokens, user tokens, and webhook URLs — with automatic token type detection and audit logging.Setup
Bot Token
Retrieve a bot token (xoxb-...).
App-Level Token
Retrieve an app-level token (xapp-...) for Socket Mode or Events API.
User Token
Retrieve a user token (xoxp-...).
Webhook URL
Retrieve a Slack webhook URL.Typed Credential (Auto-Detection)
Retrieve a credential with automatic token type detection based on prefix:| Prefix | Detected Type |
|---|---|
xoxb- | bot |
xoxp- | user |
xapp- | app-level |
hooks.slack.com | webhook |
team_id from passport tags.
List Slack Credentials
List all Slack-related credentials in the vault.Socket Mode
Retrieve both bot and app-level tokens together for Socket Mode connections.Full Example
Next Steps
OpenAI Agents
Agent keys, tool auth, and multi-agent handoff credentials.
Google A2A
Agent cards, token validation, and task-scoped credentials.
Framework overview
All framework integrations and the base provider API.