Skip to main content
Use 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

  1. Call list_apps to discover available apps and actions.
  2. Call invoke with app_name, action_name, and a JSON-string payload.
  3. Call get_invocation with the returned invocation ID when you need the result later.
  4. Use list_deployments and get_deployment when the agent needs deployment status.

Parameters

Invoke an app