# Connect a Discord channel with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/connect-discord --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)POST/auth/social-connect/discord # Connect a Discord channel with the PostEverywhere API Requires an API key. Create the webhook in Discord under Server Settings → Integrations → Webhooks and paste its URL. Invalid URLs return `401 auth_failed`. Guides: [Authentication guide](https://posteverywhere.ai/docs/authentication) · [API key scopes](https://posteverywhere.ai/docs/scopes) Copy MarkdownCopy for LLMThis endpoint accepts a JSON request body. See the [auth guide](https://posteverywhere.ai/docs/authentication) for a worked example. ## Responses - 200Connected - 400 - 401 - 402 - 403 - 409Channel already connected to another organization - 429 - 500 ## More in Auth - [Start device login](https://posteverywhere.ai/docs/api/start-device-auth) - [Poll a device login](https://posteverywhere.ai/docs/api/poll-device-token) - [Start OAuth session](https://posteverywhere.ai/docs/api/start-social-connect) - [Poll OAuth session](https://posteverywhere.ai/docs/api/poll-social-connect) - [Connect Bluesky](https://posteverywhere.ai/docs/api/connect-bluesky) - [Connect Telegram](https://posteverywhere.ai/docs/api/connect-telegram) [← Connect Telegram](https://posteverywhere.ai/docs/api/connect-telegram)[← All endpoints](https://posteverywhere.ai/docs/api/reference)