Check out the newest way to compare different models for a task/agent harness: AutoEvals

Command Reference

Integration

Inspect the external integrations connected to your team (currently Slack).

Inspect external integrations connected to your team. Today that's Slack — check whether Slack is connected, which workspace it's linked to, and which channels the integration can post to.

inf integration slack status

Show whether Slack is connected, the linked workspace, bot scopes, and install date.

inf integration slack status

Options

FlagRequiredDescriptionDefault
--team <id>NoTeam UUID to inspectActive team

inf integration slack channels

List the Slack channels the integration can see, with their IDs and private/public status.

inf integration slack channels

Options

FlagRequiredDescriptionDefault
--team <id>NoTeam UUID to inspectActive team

Examples

# Check whether Slack is connected and which workspace it's linked to
inf integration slack status

# List the Slack channels the integration can post to
inf integration slack channels

# Target a specific team instead of the active one
inf integration slack channels --team 123e4567-e89b-12d3-a456-426614174000
  • inf slack manages the Slack connection itself (install URL, disconnect).
  • inf notifications manages Slack notification subscriptions.

On this page