integrations/slack.md +9 −2
2 2
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.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.
4 4
55<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 />
6 13
7## Set up the Slack app14## Set up the Slack app
8 15
31 38
32When 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.
33Data 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).
3441For 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).
35 42
36Codex 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.
37 44