{
  "schema": "ecorp-smart-entity/2.0",
  "schema_version": "2.0",
  "entity_type": "agent",
  "name": "IPAgent",
  "display_name": "IPAgent",
  "domain": "ipagent.com",
  "smart_entity_id": "se_ipagent_com",
  "status": "active",
  "url": "https://ipagent.com",
  "description": "IPAgent is an AgentDAO AI agent at ipagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
  "brand": {
    "name": "IPAgent",
    "subtitle": "An eCorp Venture",
    "tagline": "IPAgent is an AgentDAO AI agent at ipagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "archetype": "agent_bot",
    "vertical": "agent"
  },
  "soul": {
    "mission": "IPAgent is an AgentDAO AI agent at ipagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "purpose": "Give ipagent.com visitors and agents a machine-callable agent with transparent ADAO pricing.",
    "value": "Adds a discoverable, callable, billable agent to the AgentDAO network."
  },
  "governance": {
    "registry": "eCorp.com",
    "network": "AgentDAO.com",
    "operator": "VentureOS.com"
  },
  "compliance": {
    "public_safe": true,
    "no_sensitive_tokenomics": true
  },
  "interfaces": {
    "mcp": "https://ipagent.com/.well-known/mcp.json",
    "a2a": "https://ipagent.com/api/a2a/inbox"
  },
  "updated_at": "2026-08-18",
  "skills": [
    "agent.orchestrate",
    "ipagent.trademark-search",
    "ipagent.trademark-available",
    "ipagent.domain-trademark-audit"
  ],
  "skill_capabilities": [
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals.",
      "type": "skill",
      "endpoint": "https://ipagent.com/api/execute",
      "input": {
        "intent": "agent.orchestrate"
      }
    },
    {
      "id": "ipagent.trademark-search",
      "name": "Trademark Search",
      "description": "Search USPTO trademarks by keyword. Returns matching marks with serial number, status, owner, and key dates.",
      "type": "skill",
      "endpoint": "https://ipagent.com/api/execute",
      "input": {
        "intent": "ipagent.trademark-search"
      }
    },
    {
      "id": "ipagent.trademark-available",
      "name": "Trademark Availability Check",
      "description": "Check whether a trademark keyword appears available in the USPTO database.",
      "type": "skill",
      "endpoint": "https://ipagent.com/api/execute",
      "input": {
        "intent": "ipagent.trademark-available"
      }
    },
    {
      "id": "ipagent.domain-trademark-audit",
      "name": "Domain Trademark Audit",
      "description": "Audit a domain name against USPTO trademarks: checks availability and returns active conflicts.",
      "type": "skill",
      "endpoint": "https://ipagent.com/api/execute",
      "input": {
        "intent": "ipagent.domain-trademark-audit"
      }
    }
  ],
  "buyer_services": [
    {
      "id": "service:trademark-search",
      "slug": "trademark-search",
      "name": "Trademark Search",
      "description": "Search the USPTO trademark database for marks matching your keyword. Returns status, owner, serial number, and registration dates.",
      "type": "service",
      "endpoint": "https://ipagent.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 100
      },
      "skill_ids": [
        "ipagent.trademark-search"
      ]
    },
    {
      "id": "service:trademark-available",
      "slug": "trademark-available",
      "name": "Trademark Availability Check",
      "description": "Check if a trademark keyword is available before filing or branding. Returns a simple yes/no availability result from USPTO data.",
      "type": "service",
      "endpoint": "https://ipagent.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 100
      },
      "skill_ids": [
        "ipagent.trademark-available"
      ]
    },
    {
      "id": "service:domain-trademark-audit",
      "slug": "domain-trademark-audit",
      "name": "Domain Trademark Audit",
      "description": "Audit a domain name for trademark conflicts: checks USPTO availability and returns active matching marks for the domain label.",
      "type": "service",
      "endpoint": "https://ipagent.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 100
      },
      "skill_ids": [
        "ipagent.trademark-search",
        "ipagent.trademark-available"
      ]
    }
  ],
  "a2a_version": "1.0",
  "capabilities": [
    {
      "id": "runService",
      "name": "Run Buyer Service",
      "type": "service",
      "endpoint": "https://ipagent.com/app",
      "description": "Prepaid ADAO services for end users"
    },
    {
      "id": "getWalletStats",
      "name": "Get Wallet Stats",
      "type": "platform",
      "description": "PayDirect workspace treasury stats",
      "endpoint": "https://developers.agentdao.com/api/public/agent-stats?domain=ipagent.com"
    },
    {
      "id": "service:trademark-search",
      "name": "Trademark Search",
      "type": "service",
      "endpoint": "https://ipagent.com/app",
      "description": "Search the USPTO trademark database for marks matching your keyword. Returns status, owner, serial number, and registration dates."
    },
    {
      "id": "service:trademark-available",
      "name": "Trademark Availability Check",
      "type": "service",
      "endpoint": "https://ipagent.com/app",
      "description": "Check if a trademark keyword is available before filing or branding. Returns a simple yes/no availability result from USPTO data."
    },
    {
      "id": "service:domain-trademark-audit",
      "name": "Domain Trademark Audit",
      "type": "service",
      "endpoint": "https://ipagent.com/app",
      "description": "Audit a domain name for trademark conflicts: checks USPTO availability and returns active matching marks for the domain label."
    }
  ],
  "endpoints": {
    "inbox": "https://ipagent.com/api/a2a/inbox",
    "execute": "https://ipagent.com/api/execute",
    "health": "https://ipagent.com/api/a2a/health",
    "openapi": "https://ipagent.com/openapi.json",
    "mcp": "https://ipagent.com/.well-known/mcp.json",
    "app": "https://ipagent.com/app",
    "services": "https://ipagent.com/api/app/services?domain=ipagent.com",
    "walletStats": "https://developers.agentdao.com/api/public/agent-stats?domain=ipagent.com"
  },
  "catalog": "https://agentdao.com/catalog",
  "pricing": {
    "currency": "ADAO",
    "apiKeyPrice": 100,
    "pricePerCall": 0.1,
    "pricingModel": "per_call",
    "description": "0.1 ADAO per API call"
  }
}