{
  "protocolVersion": "0.3.0",
  "name": "Dataforce Knowledge Agent",
  "description": "Guides Salesforce teams through dataforce.work capabilities, including metadata management, data migration, ETL automation, and governance best practices. Requires user identification (name and email) in message metadata for all interactions.",
  "url": "https://dataforce-bot.vercel.app/a2a",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://dataforce-bot.vercel.app/a2a",
      "transport": "JSONRPC"
    }
  ],
  "iconUrl": "https://dataforce.work/images/a2a.png",
  "provider": {
    "organization": "dataforce.work",
    "url": "https://dataforce.work/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://dataforce.work/#about",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/markdown"
  ],
  "securitySchemes": {
    "bearerAuth": {
      "type": "http",
      "scheme": "bearer",
      "description": "API key authentication using Bearer token in Authorization header"
    },
    "apiKeyAuth": {
      "type": "apiKey",
      "in": "header",
      "name": "X-API-Key",
      "description": "API key authentication using X-API-Key header"
    }
  },
  "security": [
    {
      "bearerAuth": []
    },
    {
      "apiKeyAuth": []
    }
  ],
  "skills": [
    {
      "id": "dataforce-product-overview",
      "name": "Product Overview",
      "description": "Explains the core value of dataforce.work, covering metadata diffing, automated backups, CDC monitoring, and AI-assisted workflows for Salesforce teams.",
      "tags": [
        "salesforce",
        "metadata",
        "automation",
        "overview"
      ],
      "examples": [
        "What makes dataforce.work different from other Salesforce metadata tools?",
        "Summarize the key features of dataforce.work for a release manager."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "implementation-guidance",
      "name": "Implementation Guidance",
      "description": "Provides onboarding steps, scheduling strategies, and best practices for deploying dataforce.work in production and sandbox orgs.",
      "tags": [
        "implementation",
        "onboarding",
        "jobs",
        "governance"
      ],
      "examples": [
        "How do I schedule nightly Salesforce backups with dataforce.work?",
        "Outline a rollout plan for adopting dataforce.work across multiple Salesforce orgs."
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "integration-roadmap",
      "name": "Integration Roadmap",
      "description": "Advises on connecting Salesforce data to external databases via the ETL and CDC features, including mapping strategies and compliance safeguards.",
      "tags": [
        "etl",
        "cdc",
        "integration",
        "compliance"
      ],
      "examples": [
        "How can I sync Salesforce objects with PostgreSQL using dataforce.work?",
        "What controls help keep sensitive Salesforce data compliant during migrations?"
      ],
      "outputModes": [
        "text/markdown"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
