Publishing Agents
Share your agents with the community
Prerequisites
Agent must be of type Secure (cloud-hosted)
Agent must be successfully built and deployed
Complete agent description and documentation
At least one enabled endpoint
Publishing Steps
- 1
Navigate to Agent Details
Open your agent from the Agents Fleet page
- 2
Click "Publish to Marketplace"
Found in the agent actions menu
- 3
Complete Listing Details
Add tagline, description, category, and thumbnail
- 4
Configure Secret Requirements
Document which secrets users need to provide
- 5
Submit for Review
AI review process checks code quality and security
Listing Information
| Field | Required | Description |
|---|---|---|
| Tagline | Yes | Short one-line description (max 100 chars) |
| Description | Yes | Detailed explanation of what the agent does |
| Category | Yes | Primary category (DevOps, Security, etc.) |
| Thumbnail | No | Icon or image for the listing |
| Version | Yes | Semantic version (e.g., 1.0.0) |
Review Process
All submissions go through automated AI review:
Code Security Scan
Checks for known vulnerabilities, unsafe patterns, and malicious code
Quality Assessment
Evaluates code quality, documentation, and proper use of inputs/outputs
Tips for Success
- Write clear, descriptive documentation
- Include example use cases
- Document all required secrets clearly
- Use descriptive input/output names
- Test thoroughly before publishing