GENERATED REFERENCE
API Surfaces
This section collects the public plugin-kit-ai APIs: CLI, Go SDK, runtime helpers, platform events, and capabilities.
CLI
Commands exported from the live Cobra tree.
Go SDK
Public Go packages for production-ready runtime plugins.
Node Runtime
Typed runtime helpers for JS and TS consumers.
Python Runtime
Public Python runtime helpers only, not install wrappers.
Platform Events
Event surfaces grouped by target platform.
Capabilities
Capabilities grouped across platforms and events.
Open The Right Surface
- Open
CLIwhen you need commands, flags, or the authoring workflow. - Open
Go SDKwhen you are building a production-ready runtime plugin in Go. - Open
Node RuntimeorPython Runtimewhen you need the shared helper API for a repo-local runtime. - Open
Platform Eventswhen you are choosing target-specific events. - Open
Capabilitieswhen 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