📄️ Creating API Authorization Elements
API Authorization is the process of controlling access permissions to interfaces (APIs), designed to ensure that only authorized external callers can access specific resources or perform specific operations.
📄️ API Exposure Examples for Various Elements
After creating API authorization elements and configuring authorization information, you can expose system functions such as service functions, data models, large model functions, agents, AI assistants, approval workflows, and other features to external access. Currently, the system only supports API authorization for service functions.
📄️ Using SDK to Call Authorized Element APIs
After developers configure authorization information and authorized interfaces, callers can invoke interfaces exposed by the authorization party through the SDK provided by JitAi.
📄️ Using Cross-App Service Elements to Call Authorized Element APIs
When the caller is also a JitAi application, in addition to implementing through SDK, you can also directly use Cross-App Service Elements to call interfaces exposed by the authorization party.