Extend Teammate Functionality
Extend your Teammate's functionality with tools, workflows, and custom tasks
In Kubiya you can extend your Teammates' functionality by connecting repositories that contain code in Kubiya's schema, also known as sources.
Sources can contain tools (actions) and tasks (Terraform modules containing tools as well as all of the resources required to execute them).
As a reminder, tools are atomic actions or functions that can be connected to Kubiya Teammates, giving those Teammates the ability to perform them. Each tool is a stateless service built on docker containers and the Kubiya Teammate that executes it will be its execution environment. Therefore, the Kubiya Teammate executing the tool should have any secrets, environment variables, and knowledge that the tool requires to run successfully. You can use existing tools from the community, build your own tools, and also test them locally.
Tools are strictly defined, meaning that they are not dependent on LLMs, and they perform consistently, as expected every single time.
Learn more:
Browse tools from the Kubiya community
How to build a tool
Equipping your Kubiya Teammate with a tool
Last updated