Basics
Concepts at a Glance
Core Platform Modules
User & Auth Guide
Learn how to manage users and authentication, integrations!
Actions Guide
Learn how to use, execute, process and even create actions!
Component | Description |
---|---|
Entity | Entity represents your user (Jessica or John) and all accounts that belong to a specific user will have same entity id. |
Accounts | Connections represent link formed when your user connects their accounts (Github, Shopify, etc) to your app. |
Tools | Tools refer to the applications that can be connected by your user. |
Actions | Actions are tasks on top of tools that you can perform using connections. (Send a mail using gmail tool) |
Triggers | Triggers are predefined conditions that, when met, initiate webhooks to your agents. (When a mail is received in a gmail account send a webhook) |
Integrations | Configuration objects that define how your application connects to external services, including OAuth credentials, permission scopes, and API specifications. They serve as reusable templates for standardizing authentication flows. |
Was this page helpful?