Define Your Service

Your Service's Identity, Defined.

Use a simple manifest.json file to declare your agent's metadata, permissions, and entry points. Turn complex business logic into a deployable, versioned asset on the .do platform.

Join waitlist

manifest.json

{
  "version": "1.0.0",
  "name": "customer-onboarding-agent",
  "description": "An agent to streamline new customer onboarding.",
  "permissions": [
    "crm:read",
    "crm:write",
    "email:send"
  ],
  "entrypoint": "./dist/main.js",
  "configuration": {
    "retries": 3,
    "timeout": 90000
  }
}

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.