decentproposal
v0.1.1
Published
CLI for Decent Proposal Agent API
Downloads
87
Maintainers
Readme
decentproposal CLI
Official CLI for the Decent Proposal Agent API.
Requirements
- Node.js 18+
- Agent key from the Decent Proposal app (
Profile -> Agent Keys) AGENT_API_BASE_URLfor your project
Usage
npx decentproposal auth login --key <agent_key> --base https://<project-ref>.supabase.co/functions/v1
npx decentproposal whoami
npx decentproposal validate --file ./proposal.json
npx decentproposal upsert --file ./proposal.json
npx decentproposal get --id <proposal_id>
npx decentproposal publish --id <proposal_id>Notes
validateandwhoamiare available for Free plan with strict limits.upsert,get, andpublishrequire Pro plan.- All hosted calls require login and use short-lived exchanged tokens.
