# Build Your Own AI-Powered Slack Bot with the Laravel AI SDK

DevFeed: [Build Your Own AI-Powered Slack Bot with the Laravel AI SDK](<https://devfeed.tech/articles/build-your-own-ai-powered-slack-bot-with-the-laravel-ai-sdk-33298.md>)

Original publisher: [Read original article](<https://freek.dev/3184-build-your-own-ai-powered-slack-bot-with-the-laravel-ai-sdk>)

Author: Freek Van der Herten (freek@spatie.be)

Published: 2026-08-31T12:59:25Z

Content type: tutorial

Language: en

Sources: [freek.dev - all blogposts](<https://devfeed.tech/sources/freek-dev-all-blogposts.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [build](<https://devfeed.tech/tags/build.md>), [knowledge-base](<https://devfeed.tech/tags/knowledge-base.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [php](<https://devfeed.tech/tags/php.md>), [providers](<https://devfeed.tech/tags/providers.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [slack](<https://devfeed.tech/tags/slack.md>), [spatie](<https://devfeed.tech/tags/spatie.md>), [tasks](<https://devfeed.tech/tags/tasks.md>), [tools](<https://devfeed.tech/tags/tools.md>)

## AI overview

A tutorial on building an AI-powered Slack bot with the Laravel AI SDK. The bot can switch AI providers, answer questions, execute tasks, and retrieve information from a controlled knowledge base.

## Source excerpt

In this article, we'll build an AI-powered Slack bot with the Laravel AI SDK. Unlike tools such as Claude Tag, it can switch AI providers, answer questions, execute tasks, and retrieve information from a knowledge base you control. Read more