Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions agents-docs/content/api-reference/(openapi)/channels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ _openapi:
- depth: 2
title: List Channels
url: '#list-channels'
- depth: 2
title: Bulk Remove Channel Configs
url: '#bulk-remove-channel-configs'
- depth: 2
title: Bulk Set Channel Agents
url: '#bulk-set-channel-agents'
- depth: 2
title: Get Channel Settings
url: '#get-channel-settings'
Expand All @@ -17,41 +23,35 @@ _openapi:
- depth: 2
title: Set Channel Default Agent
url: '#set-channel-default-agent'
- depth: 2
title: Bulk Remove Channel Configs
url: '#bulk-remove-channel-configs'
- depth: 2
title: Bulk Set Channel Agents
url: '#bulk-set-channel-agents'
structuredData:
headings:
- content: List Channels
id: list-channels
- content: Bulk Remove Channel Configs
id: bulk-remove-channel-configs
- content: Bulk Set Channel Agents
id: bulk-set-channel-agents
- content: Get Channel Settings
id: get-channel-settings
- content: Remove Channel Config
id: remove-channel-config
- content: Set Channel Default Agent
id: set-channel-default-agent
- content: Bulk Remove Channel Configs
id: bulk-remove-channel-configs
- content: Bulk Set Channel Agents
id: bulk-set-channel-agents
contents:
- content: List Slack channels in the workspace that the bot can see
heading: list-channels
- content: Remove agent configuration from multiple channels at once
heading: bulk-remove-channel-configs
- content: Apply the same agent configuration to multiple channels at once
heading: bulk-set-channel-agents
- content: Get default agent configuration for a specific channel
heading: get-channel-settings
- content: Remove the default agent configuration for a channel
heading: remove-channel-config
- content: Set or update the default agent for a specific channel
heading: set-channel-default-agent
- content: Remove agent configuration from multiple channels at once
heading: bulk-remove-channel-configs
- content: Apply the same agent configuration to multiple channels at once
heading: bulk-set-channel-agents
---

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

<APIPage document={"index"} webhooks={[]} operations={[{"path":"/work-apps/slack/workspaces/:teamId/channels","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/channels/:channelId/settings","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/channels/:channelId/settings","method":"delete"},{"path":"/work-apps/slack/workspaces/:teamId/channels/:channelId/settings","method":"put"},{"path":"/work-apps/slack/workspaces/:teamId/channels/bulk","method":"delete"},{"path":"/work-apps/slack/workspaces/:teamId/channels/bulk","method":"put"}]} showTitle={true} />
<APIPage document={"index"} webhooks={[]} operations={[{"path":"/work-apps/slack/workspaces/{teamId}/channels","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/bulk","method":"delete"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/bulk","method":"put"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/{channelId}/settings","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/{channelId}/settings","method":"delete"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/{channelId}/settings","method":"put"}]} showTitle={true} />
30 changes: 15 additions & 15 deletions agents-docs/content/api-reference/(openapi)/slack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ _openapi:
- depth: 2
title: List Channels
url: '#list-channels'
- depth: 2
title: Bulk Remove Channel Configs
url: '#bulk-remove-channel-configs'
- depth: 2
title: Bulk Set Channel Agents
url: '#bulk-set-channel-agents'
- depth: 2
title: Get Channel Settings
url: '#get-channel-settings'
Expand All @@ -47,12 +53,6 @@ _openapi:
- depth: 2
title: Set Channel Default Agent
url: '#set-channel-default-agent'
- depth: 2
title: Bulk Remove Channel Configs
url: '#bulk-remove-channel-configs'
- depth: 2
title: Bulk Set Channel Agents
url: '#bulk-set-channel-agents'
- depth: 2
title: Check Workspace Health
url: '#check-workspace-health'
Expand Down Expand Up @@ -92,16 +92,16 @@ _openapi:
id: uninstall-workspace
- content: List Channels
id: list-channels
- content: Bulk Remove Channel Configs
id: bulk-remove-channel-configs
- content: Bulk Set Channel Agents
id: bulk-set-channel-agents
- content: Get Channel Settings
id: get-channel-settings
- content: Remove Channel Config
id: remove-channel-config
- content: Set Channel Default Agent
id: set-channel-default-agent
- content: Bulk Remove Channel Configs
id: bulk-remove-channel-configs
- content: Bulk Set Channel Agents
id: bulk-set-channel-agents
- content: Check Workspace Health
id: check-workspace-health
- content: Get Workspace Settings
Expand Down Expand Up @@ -137,16 +137,16 @@ _openapi:
heading: uninstall-workspace
- content: List Slack channels in the workspace that the bot can see
heading: list-channels
- content: Remove agent configuration from multiple channels at once
heading: bulk-remove-channel-configs
- content: Apply the same agent configuration to multiple channels at once
heading: bulk-set-channel-agents
- content: Get default agent configuration for a specific channel
heading: get-channel-settings
- content: Remove the default agent configuration for a channel
heading: remove-channel-config
- content: Set or update the default agent for a specific channel
heading: set-channel-default-agent
- content: Remove agent configuration from multiple channels at once
heading: bulk-remove-channel-configs
- content: Apply the same agent configuration to multiple channels at once
heading: bulk-set-channel-agents
- content: >-
Verify the bot token is valid and check permissions. Returns bot info
and permission status.
Expand All @@ -163,4 +163,4 @@ _openapi:

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

<APIPage document={"index"} webhooks={[]} operations={[{"path":"/work-apps/slack/install","method":"get"},{"path":"/work-apps/slack/oauth_redirect","method":"get"},{"path":"/work-apps/slack/users/connect","method":"post"},{"path":"/work-apps/slack/users/disconnect","method":"post"},{"path":"/work-apps/slack/users/link-status","method":"get"},{"path":"/work-apps/slack/users/link/verify-token","method":"post"},{"path":"/work-apps/slack/users/status","method":"get"},{"path":"/work-apps/slack/workspaces","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId","method":"delete"},{"path":"/work-apps/slack/workspaces/:teamId/channels","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/channels/:channelId/settings","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/channels/:channelId/settings","method":"delete"},{"path":"/work-apps/slack/workspaces/:teamId/channels/:channelId/settings","method":"put"},{"path":"/work-apps/slack/workspaces/:teamId/channels/bulk","method":"delete"},{"path":"/work-apps/slack/workspaces/:teamId/channels/bulk","method":"put"},{"path":"/work-apps/slack/workspaces/:teamId/health","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/settings","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/settings","method":"put"},{"path":"/work-apps/slack/workspaces/:teamId/test-message","method":"post"},{"path":"/work-apps/slack/workspaces/:teamId/users","method":"get"}]} showTitle={true} />
<APIPage document={"index"} webhooks={[]} operations={[{"path":"/work-apps/slack/install","method":"get"},{"path":"/work-apps/slack/oauth_redirect","method":"get"},{"path":"/work-apps/slack/users/connect","method":"post"},{"path":"/work-apps/slack/users/disconnect","method":"post"},{"path":"/work-apps/slack/users/link-status","method":"get"},{"path":"/work-apps/slack/users/link/verify-token","method":"post"},{"path":"/work-apps/slack/users/status","method":"get"},{"path":"/work-apps/slack/workspaces","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}","method":"delete"},{"path":"/work-apps/slack/workspaces/{teamId}/channels","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/bulk","method":"delete"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/bulk","method":"put"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/{channelId}/settings","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/{channelId}/settings","method":"delete"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/{channelId}/settings","method":"put"},{"path":"/work-apps/slack/workspaces/{teamId}/health","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/settings","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/settings","method":"put"},{"path":"/work-apps/slack/workspaces/{teamId}/test-message","method":"post"},{"path":"/work-apps/slack/workspaces/{teamId}/users","method":"get"}]} showTitle={true} />
2 changes: 1 addition & 1 deletion agents-docs/content/api-reference/(openapi)/users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ _openapi:

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

<APIPage document={"index"} webhooks={[]} operations={[{"path":"/work-apps/slack/users/connect","method":"post"},{"path":"/work-apps/slack/users/disconnect","method":"post"},{"path":"/work-apps/slack/users/link-status","method":"get"},{"path":"/work-apps/slack/users/link/verify-token","method":"post"},{"path":"/work-apps/slack/users/status","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/users","method":"get"}]} showTitle={true} />
<APIPage document={"index"} webhooks={[]} operations={[{"path":"/work-apps/slack/users/connect","method":"post"},{"path":"/work-apps/slack/users/disconnect","method":"post"},{"path":"/work-apps/slack/users/link-status","method":"get"},{"path":"/work-apps/slack/users/link/verify-token","method":"post"},{"path":"/work-apps/slack/users/status","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/users","method":"get"}]} showTitle={true} />
30 changes: 15 additions & 15 deletions agents-docs/content/api-reference/(openapi)/work-apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ _openapi:
- depth: 2
title: List Channels
url: '#list-channels'
- depth: 2
title: Bulk Remove Channel Configs
url: '#bulk-remove-channel-configs'
- depth: 2
title: Bulk Set Channel Agents
url: '#bulk-set-channel-agents'
- depth: 2
title: Get Channel Settings
url: '#get-channel-settings'
Expand All @@ -47,12 +53,6 @@ _openapi:
- depth: 2
title: Set Channel Default Agent
url: '#set-channel-default-agent'
- depth: 2
title: Bulk Remove Channel Configs
url: '#bulk-remove-channel-configs'
- depth: 2
title: Bulk Set Channel Agents
url: '#bulk-set-channel-agents'
- depth: 2
title: Check Workspace Health
url: '#check-workspace-health'
Expand Down Expand Up @@ -92,16 +92,16 @@ _openapi:
id: uninstall-workspace
- content: List Channels
id: list-channels
- content: Bulk Remove Channel Configs
id: bulk-remove-channel-configs
- content: Bulk Set Channel Agents
id: bulk-set-channel-agents
- content: Get Channel Settings
id: get-channel-settings
- content: Remove Channel Config
id: remove-channel-config
- content: Set Channel Default Agent
id: set-channel-default-agent
- content: Bulk Remove Channel Configs
id: bulk-remove-channel-configs
- content: Bulk Set Channel Agents
id: bulk-set-channel-agents
- content: Check Workspace Health
id: check-workspace-health
- content: Get Workspace Settings
Expand Down Expand Up @@ -137,16 +137,16 @@ _openapi:
heading: uninstall-workspace
- content: List Slack channels in the workspace that the bot can see
heading: list-channels
- content: Remove agent configuration from multiple channels at once
heading: bulk-remove-channel-configs
- content: Apply the same agent configuration to multiple channels at once
heading: bulk-set-channel-agents
- content: Get default agent configuration for a specific channel
heading: get-channel-settings
- content: Remove the default agent configuration for a channel
heading: remove-channel-config
- content: Set or update the default agent for a specific channel
heading: set-channel-default-agent
- content: Remove agent configuration from multiple channels at once
heading: bulk-remove-channel-configs
- content: Apply the same agent configuration to multiple channels at once
heading: bulk-set-channel-agents
- content: >-
Verify the bot token is valid and check permissions. Returns bot info
and permission status.
Expand All @@ -163,4 +163,4 @@ _openapi:

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

<APIPage document={"index"} webhooks={[]} operations={[{"path":"/work-apps/slack/install","method":"get"},{"path":"/work-apps/slack/oauth_redirect","method":"get"},{"path":"/work-apps/slack/users/connect","method":"post"},{"path":"/work-apps/slack/users/disconnect","method":"post"},{"path":"/work-apps/slack/users/link-status","method":"get"},{"path":"/work-apps/slack/users/link/verify-token","method":"post"},{"path":"/work-apps/slack/users/status","method":"get"},{"path":"/work-apps/slack/workspaces","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId","method":"delete"},{"path":"/work-apps/slack/workspaces/:teamId/channels","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/channels/:channelId/settings","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/channels/:channelId/settings","method":"delete"},{"path":"/work-apps/slack/workspaces/:teamId/channels/:channelId/settings","method":"put"},{"path":"/work-apps/slack/workspaces/:teamId/channels/bulk","method":"delete"},{"path":"/work-apps/slack/workspaces/:teamId/channels/bulk","method":"put"},{"path":"/work-apps/slack/workspaces/:teamId/health","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/settings","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/settings","method":"put"},{"path":"/work-apps/slack/workspaces/:teamId/test-message","method":"post"},{"path":"/work-apps/slack/workspaces/:teamId/users","method":"get"}]} showTitle={true} />
<APIPage document={"index"} webhooks={[]} operations={[{"path":"/work-apps/slack/install","method":"get"},{"path":"/work-apps/slack/oauth_redirect","method":"get"},{"path":"/work-apps/slack/users/connect","method":"post"},{"path":"/work-apps/slack/users/disconnect","method":"post"},{"path":"/work-apps/slack/users/link-status","method":"get"},{"path":"/work-apps/slack/users/link/verify-token","method":"post"},{"path":"/work-apps/slack/users/status","method":"get"},{"path":"/work-apps/slack/workspaces","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}","method":"delete"},{"path":"/work-apps/slack/workspaces/{teamId}/channels","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/bulk","method":"delete"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/bulk","method":"put"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/{channelId}/settings","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/{channelId}/settings","method":"delete"},{"path":"/work-apps/slack/workspaces/{teamId}/channels/{channelId}/settings","method":"put"},{"path":"/work-apps/slack/workspaces/{teamId}/health","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/settings","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/settings","method":"put"},{"path":"/work-apps/slack/workspaces/{teamId}/test-message","method":"post"},{"path":"/work-apps/slack/workspaces/{teamId}/users","method":"get"}]} showTitle={true} />
2 changes: 1 addition & 1 deletion agents-docs/content/api-reference/(openapi)/workspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ _openapi:

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

<APIPage document={"index"} webhooks={[]} operations={[{"path":"/work-apps/slack/workspaces","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId","method":"delete"},{"path":"/work-apps/slack/workspaces/:teamId/health","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/settings","method":"get"},{"path":"/work-apps/slack/workspaces/:teamId/settings","method":"put"},{"path":"/work-apps/slack/workspaces/:teamId/test-message","method":"post"}]} showTitle={true} />
<APIPage document={"index"} webhooks={[]} operations={[{"path":"/work-apps/slack/workspaces","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}","method":"delete"},{"path":"/work-apps/slack/workspaces/{teamId}/health","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/settings","method":"get"},{"path":"/work-apps/slack/workspaces/{teamId}/settings","method":"put"},{"path":"/work-apps/slack/workspaces/{teamId}/test-message","method":"post"}]} showTitle={true} />