Skip to content

Commit 8d90b3a

Browse files
authored
Pricing updates for Glossary (#417)
1 parent 66abd63 commit 8d90b3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/home/glossary.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ graph TD
1616

1717
### Agent
1818

19-
An 'agent' is the application you are building. It can be a chatbot, a web application, a mobile app, or any other type of application that happens to use an LLM to as part of its functionality. Agents interact with the world by calling tools. Helping you build, test, authenticate, and deploy tools is what Arcade is all about.
19+
An 'agent' is the application you are building. It can be a chatbot, a web application, a mobile app, or any other type of application that happens to use an LLM as part of its functionality. Agents interact with the world by calling tools. Helping you build, test, authenticate, and deploy tools is what Arcade is all about.
2020

2121
### Toolkit
2222

@@ -87,9 +87,9 @@ A 'user' is your end-user, the person who is using your application or agent. U
8787

8888
Monthly Active Users are the unique end-users (counted by `user_id`) who have executed a tool in your app/agent within the past month. If the same `user_id` calls a tool multiple times in the same month, or executes multiple tools, it is only counted once.
8989

90-
### Authentication Starts (Auth Starts)
90+
### User Challenges
9191

92-
Authentication Starts are the number of unique users (by `user_id`) who have started the authentication flow for a authentication provider. This is intended to be a proxy for the number of new users who are using your agent. The same user authenticating to multiple toolkits will be counted multiple times (e.g. once for Slack and once for Google). We also count the act of elevating permissions to a user who has already authenticated to a toolkit (e.g. adding a "write" scope when they previously only had a "read" scope).
92+
User Challenges are the count of authorizations performed for any user (specified by `user_id` in Arcade's SDKs and APIs). Authorization challenges occur when a user needs a new permission or scope that they don't currently have, including previously-held scopes that were deleted or expired. The same user authenticating to multiple toolkits will have a User Challenge for each toolkit (e.g. once for Slack and once for Google). We also count the act of elevating permissions to a user who has already authenticated to a toolkit (e.g. adding a "write" scope when they previously only had a "read" scope).
9393

9494
### Authentication Provider
9595

@@ -106,7 +106,7 @@ Learn more about [authorized tool calling](/home/auth/auth-tool-calling).
106106

107107
### Tool Executions
108108

109-
A 'tool execution' is a single call to a tool to interact with a remote system or service. The tool execution itself may fail (e.g. the user does not have permission to call the tool), but as long as the execution was able to be routed to a worker, the tool execution will be counted.
109+
A 'tool execution' is a single call to a tool to interact with a remote system or service. The tool execution itself may fail (e.g. the user does not have permission to call the tool), but as long as the execution was able to be routed to a worker, it will be counted.
110110

111111
*Learn more about [tool executions](/home/use-tools/tools-overview).*
112112

0 commit comments

Comments
 (0)