Publish a Template
Share a mission template to the community marketplace; ratings, forks, etiquette.
- Prepare a solid mission template (name, description, sensible agent defaults). Others will instantiate exactly what you publish.
- Publish it to the marketplace —
POST /api/v1/community/templates(community.py:155). - Engage: the listing collects ratings
(
…/templates/{id}/rate,community.py:239) and comments (…/comments,community.py:372). Rating rules include self-fork exclusion — you cannot rate your own fork to inflate scores (trust model, see Trust Model). - Forks create independent copies under the forker's account
(
…/fork,community.py:291). Author identity handling follows the platform trust rules.
Etiquette: publish working defaults, document required inputs, respond to comments, and don't re-publish others' work as your own.
Last updated 2026-08-25 (git-derived)