Skip to main content

Quickstart — 10-minute path

From an empty laptop to an agent running on GCP Cloud Run, in under ten minutes. Measured, not estimated.

The short version:

# 1. Install
curl -sSL https://get.declaragent.dev | sh

# 2. Scaffold
declaragent init

# 3. Deploy
declaragent deploy gcp-cloud-run

Every step has an escape hatch for non-Linux / offline / non-GCP environments — see the linked pages below.

Walkthrough

  1. Install — pick one of curl, npm, or Homebrew.
  2. Your first agent — run declaragent init, pick the concierge template, and talk to the agent locally.
  3. Deploy to Cloud Run — takes the scaffolded agent.yaml to a running Cloud Run service.

What you'll end up with

my-agent/
├── agent.yaml # identity + system prompt
├── .env.example # credentials template
├── channels.yaml # optional — only when a channel is picked
├── event-sources.yaml # optional — only for webhook/Kafka/etc templates
└── skills/
└── concierge.md

Everything here is plain text. Commit it, branch it, git revert it — that's the entire point.

Screenshots

Screenshot: declaragent init walkthrough — placeholder, landing 2026-Q2.

[placeholder — landing 2026-Q2] Real screenshots of the init wizard, REPL, and deploy verify step land with slice 9.