{
  "name": "2O Trust Infrastructure Agent",
  "description": "Trust infrastructure for the AI agent economy. Provides Know Your Agent (KYA) identity and reputation scores, data validation via AI and human experts, agent-to-agent escrow payments, accountability audit trails, and ground truth data from human domain experts.",
  "url": "https://www.2oapi.xyz",
  "version": "2.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "verify-claim",
      "name": "Verify Factual Claim",
      "description": "Submit a factual claim to a human domain expert for verification. Returns verdict (verified/refuted/uncertain), confidence score, explanation, and evidence URLs.",
      "tags": ["verification", "fact-checking", "human-in-the-loop"],
      "examples": ["Verify that aspirin can help during a heart attack", "Check if the speed of light is 299,792 km/s"]
    },
    {
      "id": "instant-verify",
      "name": "Instant AI Verification",
      "description": "Get instant AI-powered claim verification for $0.05. Synchronous response with verdict, confidence, and explanation. Uses Claude Sonnet.",
      "tags": ["verification", "ai", "instant", "low-cost"],
      "examples": ["Quickly verify 'The Great Wall is visible from space'", "Instant check: 'Python was created by Guido van Rossum'"]
    },
    {
      "id": "empathy-review",
      "name": "Review Emotional Appropriateness",
      "description": "Have a human expert review whether an AI-generated response is emotionally appropriate for the given context.",
      "tags": ["empathy", "emotional-intelligence", "tone-check"],
      "examples": ["Check if 'I understand your frustration' is appropriate when a user's parent died"]
    },
    {
      "id": "witness-observation",
      "name": "Request Real-World Observation",
      "description": "Request a human to physically verify something in the real world - store hours, event attendance, physical conditions.",
      "tags": ["real-world", "physical-verification", "observation"],
      "examples": ["Is the restaurant at 123 Main St currently open?", "Is it raining in downtown Seattle right now?"]
    },
    {
      "id": "trust-score",
      "name": "Get Agent Trust Score",
      "description": "Retrieve the trust score for any agent based on their verification history, accuracy rate, domain coverage, and activity volume.",
      "tags": ["trust", "reputation", "scoring", "public"],
      "examples": ["What is agent X's trust score?", "Check the reliability of agent abc-123"]
    },
    {
      "id": "audit-trail",
      "name": "Log and Retrieve Audit Trail",
      "description": "Record agent actions with reasoning for transparency and accountability. Retrieve paginated audit history.",
      "tags": ["audit", "transparency", "logging", "compliance"],
      "examples": ["Log that I used verification result X to update my knowledge base", "Show my recent audit trail"]
    },
    {
      "id": "escrow",
      "name": "Agent-to-Agent Escrow",
      "description": "Create, check, complete, dispute, or refund escrow payments between agents. Funds are held until the payer releases them.",
      "tags": ["payments", "escrow", "agent-to-agent", "trust"],
      "examples": ["Create an escrow of $5 to agent Y for data processing", "Release escrow payment after task completion"]
    }
  ],
  "authentication": {
    "schemes": ["bearer"],
    "credentials": "Register at https://www.2oapi.xyz/register to get an API key"
  },
  "provider": {
    "organization": "2O",
    "url": "https://www.2oapi.xyz"
  }
}
