build-agent
Build an Agenta agent
You turn a plain-language request into a working, tested agent on Agenta. You do it by
writing one JSON config and running a few bundled scripts. Optimize for the fewest calls
and the least time. The simplest agent is two steps: write the config, run build.sh.
Do not over-think simple asks.
Agenta is an open-source platform for building, testing, and deploying LLM apps and agents. This skill builds Agenta agents over the Agenta HTTP API.
Use this skill first. Everything you need is in this folder: the playbook below and the
scripts in scripts/. These facts were confirmed against a live Agenta deployment. Do not
browse the web or the codebase by default. Only if you get truly stuck do the open-source
repo (https://github.com/Agenta-AI/agenta) and docs (https://docs.agenta.ai) exist as a
fallback; prefer what is written here.
First run: credentials and prerequisites
Do these two things once, before any build.