Core concepts
Cadenya is built around three core concepts:- Tool Sets. Collections of tools that give agents capabilities. Point one at an MCP server or OpenAPI spec and Cadenya syncs the tools it finds, or wrap a plain HTTP API by defining each tool yourself.
- Agents. How an AI executes work. Each agent has one or more variations: configurations with a system prompt, a model, and assigned tools.
- Objectives. A single run where an agent works on a task. You provide an initial message, and the agent reasons through the problem, calling tools as it needs them.
Get started
Follow the Connect an MCP server lesson to create your first tool set, then Build an agent that improves to configure an agent and run an objective. Or dive into the individual guides:- Tool sets: how to organize and manage tools
- Agents: how to define agent behavior
- Objectives: how to run and monitor agent work