AI Agent manifest

Define Your AI Agent

The manifest.json is the heart of your AI Agent on .do. It declares everything the platform needs to know to run and manage your agent effectively.

Join waitlist

manifest.json

{
  "name": "My AI Agent",
  "description": "An AI agent that summarizes articles.",
  "version": "1.0.0",
  "entrypoint": "./src/index.ts",
  "runtime": "node",
  "dependencies": [
    "@do/core",
    "@do/ai"
  ],
  "capabilities": [
    "summarize_text"
  ],
  "config": {
    "apiKey": {
      "type": "string",
      "description": "API key for external service"
    }
  }
}

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.