ComponentDescription
EntityEntity represents your user (Jessica or John) and all accounts that belong to a specific user will have same entity id.
AccountsConnections represent link formed when your user connects their accounts (Github, Shopify, etc) to your app.
ToolsTools refer to the applications that can be connected by your user.
ActionsActions are tasks on top of tools that you can perform using connections. (Send a mail using gmail tool)
TriggersTriggers are predefined conditions that, when met, initiate webhooks to your agents. (When a mail is received in a gmail account send a webhook)
IntegrationsConfiguration 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.