Prerequisites
- A Salambo workspace
- Node.js 22 or later
- The Salambo CLI
- A scoped Salambo API key
- A provider key such as
OPENAI_API_KEY
agents:read, agents:write, env_vars:read, env_vars:write, models:read, and responses:write.
1. Create the project
salambo.yaml.
2. Understand the minimum project
3. Write the first instruction
Replaceagent/system.md with:
4. Select the model and tools
Editagent/settings.json:
5. Authenticate the CLI
6. Provide the model credential
The generatedsalambo.yaml reads the provider key from your environment:
salambo.yaml or agent instructions.
7. Validate the project
doctor checks local prerequisites and declared secrets. manifest imports and validates agent resources and extension declarations without deploying them.
You now have a deployable agent project. Next, understand the project structure, then write production instructions.