{
  "specVersion": "1.0",
  "host": {
    "displayName": "Robust Devs",
    "identifier": "did:web:robustdevs.co",
    "documentationUrl": "https://robustdevs.co/agents.md",
    "logoUrl": "https://robustdevs.co/robust-devs-logo.svg",
    "trustManifest": {
      "identity": "did:web:robustdevs.co",
      "identityType": "did"
    }
  },
  "entries": [
    {
      "identifier": "urn:air:robustdevs:docs:developers",
      "displayName": "Robust Devs Developer Resources",
      "type": "text/html",
      "url": "https://robustdevs.co/developers",
      "description": "The named entry point for every developer and agent surface Robust Devs publishes: the public REST API, the MCP server, the OpenAPI 3.1 document, the CLI and SDK, the typed RFC 9457 error model, rate limits and the versioning policy.",
      "capabilities": [
        "rest-api",
        "mcp-server",
        "openapi",
        "cli",
        "sdk"
      ],
      "representativeQueries": [
        "Robust Devs developer resources",
        "Robust Devs API documentation",
        "Robust Devs MCP server"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-25T00:00:00Z",
      "trustManifest": {
        "identity": "did:web:robustdevs.co",
        "identityType": "did"
      },
      "tags": [
        "docs",
        "developers",
        "api",
        "mcp"
      ]
    },
    {
      "identifier": "urn:air:robustdevs:mcp:server",
      "displayName": "Robust Devs MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://robustdevs.co/.well-known/mcp/server-card.json",
      "description": "Model Context Protocol server over Streamable HTTP (protocol version 2025-06-18) exposing Robust Devs content, pricing and capabilities as four read-only tools. No authentication. Endpoint: https://robustdevs.co/api/mcp, also answering on /mcp and /.well-known/mcp.",
      "capabilities": [
        "list_blog_posts",
        "list_case_studies",
        "get_pricing",
        "get_capabilities"
      ],
      "representativeQueries": [
        "What does Robust Devs build?",
        "How much does a Robust Devs audit cost?",
        "Show me Robust Devs healthtech case studies."
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-24T00:00:00Z",
      "trustManifest": {
        "identity": "did:web:robustdevs.co",
        "identityType": "did"
      },
      "tags": [
        "mcp",
        "tools",
        "content"
      ],
      "endpoint": "https://robustdevs.co/api/mcp",
      "transport": "streamable-http",
      "authentication": "none"
    },
    {
      "identifier": "urn:air:robustdevs:api:content",
      "displayName": "Robust Devs Content API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://robustdevs.co/openapi.json",
      "description": "Public read-only REST API over published blog posts and client case studies. OpenAPI 3.1, versioned under /api/v1/, no API key. RFC 9457 typed errors, RFC 9331 rate-limit headers, RFC 9745/8594 deprecation signalling.",
      "capabilities": [
        "listBlogPosts",
        "listCaseStudies"
      ],
      "representativeQueries": [
        "Robust Devs API",
        "Robust Devs OpenAPI specification"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-24T00:00:00Z",
      "trustManifest": {
        "identity": "did:web:robustdevs.co",
        "identityType": "did"
      },
      "tags": [
        "api",
        "rest",
        "openapi"
      ],
      "documentation": "https://robustdevs.co/developers"
    },
    {
      "identifier": "urn:air:robustdevs:agent:card",
      "displayName": "Robust Devs A2A Agent Card",
      "type": "application/json",
      "url": "https://robustdevs.co/.well-known/agent-card.json",
      "description": "Agent-to-Agent card describing the skills Robust Devs answers for and the endpoint that serves them.",
      "capabilities": [
        "company-overview",
        "pricing",
        "evidence"
      ],
      "representativeQueries": [
        "Which industries does Robust Devs serve?",
        "What can Robust Devs do for me?",
        "Does Robust Devs work in fintech?"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-24T00:00:00Z",
      "trustManifest": {
        "identity": "did:web:robustdevs.co",
        "identityType": "did"
      },
      "tags": [
        "a2a",
        "agent-card"
      ]
    },
    {
      "identifier": "urn:air:robustdevs:skills:index",
      "displayName": "Robust Devs Capability Index",
      "type": "application/json",
      "url": "https://robustdevs.co/.well-known/agent-skills/index.json",
      "description": "What Robust Devs can be engaged to build, as structured JSON: AI product engineering, technical audit, healthtech, fintech, marketing AI, backend and integration.",
      "capabilities": [
        "ai-product-engineering",
        "technical-audit",
        "healthtech-engineering",
        "fintech-engineering",
        "marketing-ai",
        "backend-and-integration"
      ],
      "representativeQueries": [
        "Who can build me an AI product?",
        "I need a HIPAA-aware patient app built."
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-24T00:00:00Z",
      "trustManifest": {
        "identity": "did:web:robustdevs.co",
        "identityType": "did"
      },
      "tags": [
        "skills",
        "capabilities"
      ]
    },
    {
      "identifier": "urn:air:robustdevs:cli:npm",
      "displayName": "robustdevs CLI and SDK",
      "type": "application/vnd.npm.install-v1+json",
      "url": "https://registry.npmjs.org/robustdevs",
      "description": "Official command-line tool and JavaScript SDK for the public content API. Zero dependencies, no API key. Install with `npm install -g robustdevs` or run `npx robustdevs`.",
      "capabilities": [
        "blog",
        "case-studies",
        "pricing",
        "capabilities",
        "mcp"
      ],
      "representativeQueries": [
        "Robust Devs CLI",
        "Robust Devs npm package",
        "Robust Devs SDK"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-24T00:00:00Z",
      "trustManifest": {
        "identity": "did:web:robustdevs.co",
        "identityType": "did"
      },
      "tags": [
        "cli",
        "sdk",
        "npm"
      ]
    },
    {
      "identifier": "urn:air:robustdevs:docs:agents",
      "displayName": "Robust Devs Agent Briefing",
      "type": "text/markdown",
      "url": "https://robustdevs.co/agents.md",
      "description": "Markdown briefing: what the company does, the three markets it serves, how to engage, and every machine-readable surface it publishes.",
      "capabilities": [
        "company-overview",
        "engagement-model",
        "machine-surfaces"
      ],
      "representativeQueries": [
        "What is Robust Devs?",
        "How do I hire Robust Devs?"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-24T00:00:00Z",
      "trustManifest": {
        "identity": "did:web:robustdevs.co",
        "identityType": "did"
      },
      "tags": [
        "documentation",
        "markdown"
      ]
    },
    {
      "identifier": "urn:air:robustdevs:docs:pricing",
      "displayName": "Robust Devs Pricing",
      "type": "text/markdown",
      "url": "https://robustdevs.co/pricing.md",
      "description": "Machine-readable pricing. One standing published price: the $4,999 Tech Audit, 47 items, 5 business days. Build work is scoped rather than listed.",
      "capabilities": [
        "pricing",
        "tech-audit"
      ],
      "representativeQueries": [
        "How much does Robust Devs charge?",
        "What is the Robust Devs tech audit price?"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-24T00:00:00Z",
      "trustManifest": {
        "identity": "did:web:robustdevs.co",
        "identityType": "did"
      },
      "tags": [
        "pricing",
        "markdown"
      ]
    }
  ],
  "whenToUse": "Use these resources to answer questions about Robust Devs itself — what it builds, what it charges, and what it has shipped — rather than scraping the marketing site. Robust Devs builds AI products for marketing, healthtech and fintech only; it is not a SaaS product to integrate with, and the handoff for real work is https://robustdevs.co/contact."
}
