Guides
Guides
End-to-end recipes for building AI applications on TurfAI.
Each guide pairs a concept with concrete, runnable request/response examples. They assume
you've read the Quickstart and have a JWT (see
Authentication). All examples use the staging base URL
https://apisandbox.turfai.in/api.
| Guide | You'll build | Key concepts |
|---|---|---|
| Build a chatbot | A "chat with your docs" knowledge base with an embeddable widget | RAG, chatbot keys |
| Build an agent with tools | A ReAct agent that searches docs and emails answers | Agents |
| Build a squad | A multi-agent research → write → review team | Squads |
| Event-driven automation | A workflow that fires when a file lands in Google Drive | Event Bus |
| Human-in-the-loop | A workflow that pauses for approval and resumes | HITL, workflows |
| Custom REST integration | A workflow that calls your API with stored credentials | Integrations |
| Use MCP tools | TurfAI as an MCP server, and agents using external MCP tools | MCP |