Skip to content

GENERATED REFERENCE

API Surfaces

This section collects the public plugin-kit-ai APIs: CLI, Go SDK, runtime helpers, platform events, and capabilities.

Open The Right Surface

  • Open CLI when you need commands, flags, or the authoring workflow.
  • Open Go SDK when you are building a production-ready runtime plugin in Go.
  • Open Node Runtime or Python Runtime when you need the shared helper API for a repo-local runtime.
  • Open Platform Events when you are choosing target-specific events.
  • Open Capabilities when you want to see which actions and extension points exist across platforms.

What This API Section Covers

  • the live Cobra command tree
  • public Go packages
  • shared runtime helpers for Node and Python
  • platform-specific events
  • capability-level cross-platform metadata

Public docs for plugin authors and integrators.