Ecosystem
Extend Vikasit Code with plugins.
Vikasit Code supports custom plugins via the plugin API, allowing you to extend its functionality to fit your workflow.
Plugins
Vikasit Code has a flexible plugin system that lets you add custom behavior, tools, and integrations. Plugins can hook into the session lifecycle, modify tool behavior, and more.
To get started building a plugin, check out the custom tools documentation. You can also use MCP servers to integrate external services.
SDK
The Vikasit Code SDK provides a type-safe client for interacting with the Vikasit Code server programmatically. Use it to build integrations, custom UIs, and automation workflows.