GAR - Bridge API
Purpose#
Bridge API provides the standardized interface between:
-
dApps
-
Gao Workspace
-
Gao AI Runtime (GAR)
Responsibilities#
Bridge API handles:
-
intent submission
-
capability verification
-
execution requests
-
response delivery
All requests MUST pass through the Bridge API.
Request Structure#
{
"dapp_id": "string",
"intent": "string",
"capability_token": "string",
"policy_context": "object"
}