You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/en/home/agentic-development/page.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ description: "Learn how to speed up your development with agents in your IDEs"
5
5
6
6
# Agentic Development
7
7
8
-
Give your AI IDE access to Arcade.dev's documentation using our llms.txt files (short [llms.txt](https://docs.arcade.dev/llms.txt), [llms-full.txt](https://docs.arcade.dev/llms-full.txt)), or use [context7](https://context7.com/arcadeai/docs). This allows Claude Code, Cursor, and other AI IDEs to access the documentation and help you write code.
8
+
Give your AI IDE access to Arcade.dev's documentation using our llms.txt files (short [llms.txt](/llms.txt), [llms-full.txt](/llms-full.txt)), or use [context7](https://context7.com/arcadeai/docs). This allows Claude Code, Cursor, and other AI IDEs to access the documentation and help you write code.
9
9
10
10
## LLMs.txt
11
11
12
12
LLMs.txt is a file format that allows you to give your AI IDE access to Arcade.dev's documentation in a format that can be easily parsed by the LLM. All you need to do is paste in the conent of the file into your IDE's settings, or reference the docs, e.g. via [Cursor's `@docs` annotation](https://cursor.com/docs/context/symbols#docs).
13
13
14
14
Our LLMs.txt files are available in two versions:
15
15
16
-
-[`https://docs.arcade.dev/llms.txt`](https://docs.arcade.dev/llms.txt) - a short version of the documentation index
17
-
-[`https://docs.arcade.dev/llms-full.txt`](https://docs.arcade.dev/llms-full.txt) - a full version of the documentation
16
+
-[`/llms.txt`](/llms.txt) - a short version of the documentation index
17
+
-[`/llms-full.txt`](/llms-full.txt) - a full version of the documentation
Copy file name to clipboardExpand all lines: app/en/home/auth/secure-auth-production/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The Arcade.dev user verifier helps keep your auth flows secure while you are bui
29
29
<Callouttype="info">
30
30
Arcade's default OAuth apps can *only* be used with the Arcade user verifier.
31
31
If you are building a multi-user production app, you must obtain your own OAuth app credentials and add them to Arcade.
32
-
For example, see our docs on [configuring Google auth in the Arcade Dashboard](https://docs.arcade.dev/home/auth-providers/google#access-the-arcade-dashboard).
32
+
For example, see our docs on [configuring Google auth in the Arcade Dashboard](/home/auth-providers/google#access-the-arcade-dashboard).
Copy file name to clipboardExpand all lines: app/en/home/changelog/page.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ _Here's what's new at Arcade.dev!_
14
14
15
15
**Toolkits**
16
16
17
-
-`[feature - 🚀]` Box.com Starter MCP Server released ([docs](https://docs.arcade.dev/mcp-servers/productivity/box-api))
18
-
-`[feature - 🚀]` Stripe Starter MCP Server released ([docs](https://docs.arcade.dev/en/mcp-servers/payments/stripe_api))
17
+
-`[feature - 🚀]` Box.com Starter MCP Server released ([docs](/en/mcp-servers/productivity/box-api))
18
+
-`[feature - 🚀]` Stripe Starter MCP Server released ([docs](/en/mcp-servers/payments/stripe_api))
19
19
20
20
**Misc**
21
21
@@ -25,9 +25,9 @@ _Here's what's new at Arcade.dev!_
25
25
26
26
**Toolkits**
27
27
28
-
-`[feature - 🚀]` Introduce [Starter Tools](https://docs.arcade.dev/home/use-tools/types-of-tools), a new type of tool that mirrors the original HTTP API design of the upstream service.
28
+
-`[feature - 🚀]` Introduce [Starter Tools](/home/use-tools/types-of-tools), a new type of tool that mirrors the original HTTP API design of the upstream service.
29
29
-`[feature - 🚀]` Release Slack started MCP Server which contains support for most of the Slack API.
30
-
-`[feature - 🚀]` Include advanced error handling in the following MCP Servers: Google, Microsoft, Slack, and Asana. Learn more about handling tool errors [here](https://docs.arcade.dev/home/build-tools/handle-tool-errorsk).
30
+
-`[feature - 🚀]` Include advanced error handling in the following MCP Servers: Google, Microsoft, Slack, and Asana. Learn more about handling tool errors [here](/home/build-tools/handle-tool-errors).
31
31
-`[bugfix - 🐛]`[MCP Servers/MS Teams] Fix get_chat_metadata by chat's users
32
32
-`[feature - 🚀]`[MCP Servers/confluence] Adding WhoAmI tools for Confluence
33
33
@@ -153,7 +153,7 @@ _Here's what's new at Arcade.dev!_
-`[bugfix - 🐛]` Improvements in Microsoft Teams message search tool for better agentic experience. Fix bug when no messages match the search query.
@@ -320,23 +320,23 @@ Self-hosed Arcade developers cannot be grandfathered into the old (insecure) beh
320
320
321
321
**Frameworks**
322
322
323
-
-`[feature - 🚀]` Support for OpenAI Agent SDK in Typescript ([docs](https://docs.arcade.dev/home/oai-agents/overview) and [example](https://github.com/ArcadeAI/arcade-ai/tree/main/examples/openai-agents-ts))
323
+
-`[feature - 🚀]` Support for OpenAI Agent SDK in Typescript ([docs](/home/oai-agents/overview) and [example](https://github.com/ArcadeAI/arcade-ai/tree/main/examples/openai-agents-ts))
324
324
325
325
**Toolkits**
326
326
327
-
-`[feature - 🚀]` Jira MCP Server released ([docs](https://docs.arcade.dev/mcp-servers/productivity/jira))
327
+
-`[feature - 🚀]` Jira MCP Server released ([docs](/mcp-servers/productivity/jira))
328
328
329
329
**CLI and TDK**
330
330
331
-
-`[feature - 🚀]` V2.0 of Python Tool Development Kit (TDK) ([migration guide](https://docs.arcade.dev/home/migrate-to-v2))
331
+
-`[feature - 🚀]` V2.0 of Python Tool Development Kit (TDK)
332
332
-`[feature - 🚀]` Admin API client support
333
333
- Requires v1.6.0 of `arcade-py`, or v1.8.0 of `arcade-js`, or v0.1.0-alpha.4 of `arcade-go`
334
334
335
335
**Platform and Engine**
336
336
337
337
-`[feature - 🚀]` Admin APIs released for managing users, secrets, and tools ([API References](https://reference.arcade.dev/api-reference#tag/admin))
338
338
-`[bugfix - 🐛]` Unauthenticated MCP servers can be called anonymously
339
-
-`[feature - 🚀]` End-user credentials and auth status can be fetched in batches ([docs](https://docs.arcade.dev/home/auth/tool-auth-status))
339
+
-`[feature - 🚀]` End-user credentials and auth status can be fetched in batches ([docs](/home/auth/tool-auth-status))
Copy file name to clipboardExpand all lines: app/en/home/glossary/page.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ A 'MCP Server' is a collection of tools that can be used by an agent, grouped lo
25
25
26
26
A 'tool' is a function that can be called by an agent which performs some action - commonly via an API, filesystem, database, etc. Tools are written in Python and deployed by running a worker which contains the MCP Server's code. Tools are defined by the `@tool()` decorator and will be passed `ToolContext` as the first argument. If a tool has dependencies that are not met (a secret is not provided, for example), the tool will fail to execute.
27
27
28
-
Tools are commonly referred to by a qualified name that includes their MCP Server. For example, [Gmail.SendEmail](https://docs.arcade.dev/mcp-servers/productivity/gmail#gmailsendemail)
28
+
Tools are commonly referred to by a qualified name that includes their MCP Server. For example, [Gmail.SendEmail](/mcp-servers/productivity/gmail#gmailsendemail)
29
29
30
30
_Learn more about [tools](/home/build-tools/create-a-mcp-server)._
31
31
@@ -151,7 +151,7 @@ The Arcade Engine is also responsible for the OAuth flow for your agent's users.
151
151
152
152
### Worker
153
153
154
-
A 'worker' is a process that runs all the tools with a MCP Server. Workers are microservices that are called by the Arcade Engine to handle tool execution requests. Workers are either [deployed to Arcade's infrastructure](https://docs.arcade.dev/home/serve-tools/arcade-deploy) via `arcade deploy`, or run in your own infrastructure.
154
+
A 'worker' is a process that runs all the tools with a MCP Server. Workers are microservices that are called by the Arcade Engine to handle tool execution requests. Workers are either [deployed to Arcade's infrastructure](/home/serve-tools/arcade-deploy) via `arcade deploy`, or run in your own infrastructure.
155
155
156
156
_Learn more about workers [here](/home/deployment/on-prem-mcp).
0 commit comments