Agents
Score
Builders
Pricing
Search
⌘K
Login
← Back to Builders
Publish Agent
Validate your CAIP manifest, compute a content hash, and preview your submission.
1
Paste Manifest
2
Validate
3
Hash
4
Preview
Paste your CAIP agent manifest JSON below:
{ "name": "my-agent", "version": "v1.0.0", "description": "A brief description of what your agent does", "category": "coding", "runtime": "node", "permissions": { "network": true, "fileSystem": false, "subprocess": false, "env": ["API_KEY"] }, "tooling": { "inputs": ["text/plain"], "outputs": ["application/json"], "integrations": ["github"] }, "pricing": { "model": "per-call", "costPerRun": "$0.005", "monthlyPrice": "" }, "sandbox": "full", "datasetFootprint": "< 1MB", "tags": ["coding", "automation"] }
Validate