{
  "name": "Apostle Content API",
  "version": "1.0.0",
  "description": "Public, read-only JSON access to Apostle's organization profile, services, and case studies. No authentication, no API key, no rate limit.",
  "authentication": "none",
  "openapi": "https://apostle.company/openapi.json",
  "documentation": "https://apostle.company/api",
  "agent_guide": "https://apostle.company/llms.txt",
  "endpoints": [
    {
      "operationId": "getApiIndex",
      "method": "GET",
      "url": "https://apostle.company/api/v1/index.json",
      "description": "This index of available endpoints."
    },
    {
      "operationId": "getOrganization",
      "method": "GET",
      "url": "https://apostle.company/api/v1/organization.json",
      "description": "Apostle's organization profile and contact details."
    },
    {
      "operationId": "listServices",
      "method": "GET",
      "url": "https://apostle.company/api/v1/services.json",
      "description": "The engagement types Apostle offers."
    },
    {
      "operationId": "listCaseStudies",
      "method": "GET",
      "url": "https://apostle.company/api/v1/case-studies.json",
      "description": "Listed client case studies."
    },
    {
      "operationId": "getCaseStudy",
      "method": "GET",
      "url": "https://apostle.company/api/v1/case-studies/{slug}.json",
      "description": "A single case study by slug."
    }
  ],
  "errors": "https://apostle.company/api/v1/errors.json"
}
