Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion public/llms.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- git-sha: f126dd240f35adbe0901662cc3eca4b1d31f98b8 generation-date: 2026-06-24T01:17:31.811Z -->
<!-- git-sha: 9c0490e298ac42c784829c26cc3f5f8a081f3454 generation-date: 2026-07-01T23:13:24.914Z -->

# Arcade

Expand Down Expand Up @@ -81,6 +81,7 @@ Arcade delivers three capabilities. Enforce (Agent Authorization): deploy agents
- [Auth0](https://docs.arcade.dev/en/guides/user-sources/auth0): Documentation page
- [Authorized Tool Calling](https://docs.arcade.dev/en/guides/tool-calling/custom-apps/auth-tool-calling): The "Authorized Tool Calling" documentation provides a comprehensive guide for developers on how to securely implement OAuth 2.0, API keys, and user tokens to enable AI agents to access external services on behalf of users. It outlines the steps for initializing the
- [Build a Tool](https://docs.arcade.dev/en/guides/create-tools/tool-basics): This documentation page provides a comprehensive guide on building custom tools using Arcade's MCP Server framework, enabling users to enhance AI agents with new capabilities. It serves as a starting point for beginners and a resource for those looking to add functionality to existing MCP servers.
- [Build an AI agent with Arcade and CopilotKit](https://docs.arcade.dev/en/get-started/agent-frameworks/copilotkit): Documentation page
- [Build an AI agent with Arcade and Spring AI](https://docs.arcade.dev/en/get-started/agent-frameworks/springai): Documentation page
- [Build an AI Chatbot with Arcade and TanStack AI](https://docs.arcade.dev/en/get-started/agent-frameworks/tanstack-ai): This documentation page guides users through the process of building a browser-based AI chatbot using Arcade tools and TanStack AI, enabling integration with Gmail and Slack for seamless communication. Users will learn how to set up a TanStack Start project, manage chat state,
- [Build an AI Chatbot with Arcade and Vercel AI SDK](https://docs.arcade.dev/en/get-started/agent-frameworks/vercelai): This documentation page guides users through the process of building a browser-based AI chatbot using the Vercel AI SDK and Arcade tools for Gmail and Slack integration. Users will learn how to set up a Next.js project, manage chat state, and implement authorization
Expand Down
Loading