CLI + AGENT WORKFLOWS

Connect your agent and automate proposal operations.

A practical setup guide for authenticated CLI usage.

Use `npx decentproposal` to authenticate, validate access, create proposals, and publish share links with analytics-ready tracking.

Open App Back to Home

Prerequisites

  • Node.js 18+ installed
  • A Decent Proposal account with verified email
  • Agent API key from the in-app profile menu

Quick start

  • Run `npx decentproposal auth login`
  • Run `npx decentproposal whoami` to verify identity
  • Run `npx decentproposal validate` before proposal commands

Core command flow

  • Create or update proposal payloads with `upsert`
  • Retrieve proposals with `get` by proposal ID
  • Publish share links with `publish` for client delivery
  • Use JSON output for agent orchestration and automation

Plan gating

  • Free: local-first proposal drafting and manual workflow
  • Pro: cloud persistence, share links, analytics, and agent runtime access
  • Admin can override plan access from `/admin`

FAQ

Do users need Supabase CLI for runtime commands?

No. End users only need Node.js and the published CLI package. Supabase CLI is for project maintainers.

Where do commands run?

Commands run from any terminal on the user machine after npm/npx is available.