manage_apps when an agent needs to run a deployed Kernel app or inspect app deployment state. List apps first when the agent doesn’t know the exact app or action name, then invoke the action and poll the invocation result.
Actions
Recommended flow
- Call
list_appsto discover available apps and actions. - Call
invokewithapp_name,action_name, and a JSON-stringpayload. - Call
get_invocationwith the returned invocation ID when you need the result later. - Use
list_deploymentsandget_deploymentwhen the agent needs deployment status.