AgentCrate Docs
Get started

Quickstart

Install crate, build your first agent, push it to CrateHub.

Install the CLI

curl -sSfL https://get.agentcrate.ai | sh

Or via Homebrew:

brew install agentcrate/tap/crate

Verify:

crate --version

Initialize an agent

crate init my-agent
cd my-agent

This scaffolds an Agentfile you can edit.

Build

crate build .

Push to CrateHub

crate login
crate push my-namespace/my-agent:0.1.0

Your agent is now live at cratehub.ai/my-namespace/my-agent.

On this page