Learn how to create and publish your tools to the Compozy registry.
deno.json
file configures your development environment and build process:compile
task is required in your deno.json
file. Compozy uses this task to compile your tool into a platform-specific binary during the publishing process.manifest.yaml
defines your tool’s metadata, configuration, and I/O schema. Here’s a comprehensive example:
type
field is required and must be set to tool
. For Python projects, set main: src/main.py
instead of src/index.ts
.src/index.ts
should implement the schema defined in the manifest:Prepare Your Repository
Quality Checks
Version and Release
v1.0.0
)Build and Distribution
Submit to Registry