integrations/slack.md +9 −4
1# Use Codex in Slack1# Use Codex in Slack
2 2
3Ask Codex to run tasks from channels and threads
4
5Use Codex in Slack to kick off coding tasks from channels and threads. Mention `@Codex` with a prompt, and Codex creates a cloud task and replies with the results.3Use Codex in Slack to kick off coding tasks from channels and threads. Mention `@Codex` with a prompt, and Codex creates a cloud task and replies with the results.
6 4
75<div class="not-prose max-w-3xl mr-auto">
6 <img src="https://developers.openai.com/images/codex/integrations/slack-example.png"
7 alt="Codex Slack integration in action"
8 class="block h-auto w-full mx-0!"
9 />
10</div>
11
12<br />
8 13
9## Set up the Slack app14## Set up the Slack app
10 15
33 38
34When you mention `@Codex`, Codex receives your message and thread history to understand your request and create a task.39When you mention `@Codex`, Codex receives your message and thread history to understand your request and create a task.
35Data handling follows OpenAI's [Privacy Policy](https://openai.com/privacy), [Terms of Use](https://openai.com/terms/), and other applicable [policies](https://openai.com/policies).40Data handling follows OpenAI's [Privacy Policy](https://openai.com/privacy), [Terms of Use](https://openai.com/terms/), and other applicable [policies](https://openai.com/policies).
3641For more on security, see the Codex [security documentation](https://developers.openai.com/codex/security).For more on security, see the Codex [security documentation](https://developers.openai.com/codex/agent-approvals-security).
37 42
38Codex uses large language models that can make mistakes. Always review answers and diffs.43Codex uses large language models that can make mistakes. Always review answers and diffs.
39 44