Comment on page
Getting Started
Enrich Kubiya with your own custom logic
Introduction
This document provides an overview of the Actions SDK and the concept of Action Stores, essential tools for extending the capabilities of virtual assistants and enhancing workflow management.
Overview of the Actions SDK
The Actions SDK is designed to facilitate the creation and integration of custom digital actions. These actions are vital in providing contextual functionality to virtual assistants and serve as building blocks within complex workflows.
Action Stores Explained
Action Stores are repositories within the Actions SDK, where individual actions are stored and managed. They are key in ensuring efficient action execution and are optimized for packaging as Docker containers, offering benefits such as portability, isolation, and scalability.
Building and Managing Action Stores
The creation and management of Action Stores is streamlined through the Kubiya Bundle API. This API supports both CLI and REST interfaces, simplifying the deployment of serverless functions to Kubernetes clusters.
Action Definition and Deployment
Actions are defined using Pydantic models, allowing for precise and accurate execution. The flexibility of Action Stores facilitates deployment on any Kubernetes-supported infrastructure or custom infrastructure, ensuring control and security.
Last modified 21d ago