dingdawg-publish-agent
v1.0.1
Published
Publish your agent to the DingDawg Governed Agent Marketplace. One command to go live.
Maintainers
Readme
dingdawg-publish-agent
Publish your AI agent to the DingDawg Governed Agent Marketplace with one command.
Usage
# Set your API key
export DINGDAWG_API_KEY=dd_your_key_here
# Publish from your agent directory
npx dingdawg-publish-agent
# Or specify path and key inline
npx dingdawg-publish-agent ./my-agent --api-key=dd_your_key_herePrerequisites
- Create your agent:
npx create-dingdawg-agent - Validate it:
npx dingdawg-test-agent(all 8 checks must pass) - Get an API key: Sign up at dingdawg.com/developers
What happens when you publish
- Reads your manifest.json or package.json
- Validates required fields
- Authenticates with your API key
- Registers your agent on the marketplace
- Returns a confirmation with receipt ID
Your agent becomes discoverable and installable by other developers.
Pricing your agent
Set price_cents in your manifest:
0= Free (recommended for getting traction)100= $1.00 per execution- DingDawg takes 15-20% platform fee
Environment variables
| Variable | Description |
|----------|-------------|
| DINGDAWG_API_KEY | Your marketplace API key |
Support
- Email: [email protected]
- Docs: dingdawg.com/marketplace
