{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Spark Collective",
  "tagline": "We deploy AI agents that do the work. You own them, we run them.",
  "url": "https://sparkcollective.be",
  "contact": {
    "email": "hello@sparkcollective.be",
    "booking": "https://cal.com/jonas-boury/spark-intro"
  },
  "mission": "We deploy AI agents that do the work for your business. You own the agents. We run them — with Monitor, Active, or Embedded oversight tiers.",
  "services": [
    {
      "id": "implementation",
      "name": "AI Workflow Implementation",
      "description": "We deploy AI agents into your business processes — not tools you manage, not advice you implement. Agents that do the actual work, owned by you, run by us.",
      "pricing": {
        "model": "pay-on-success",
        "tiers": [
          {
            "name": "Single Workflow",
            "price": "€2,500",
            "model": "one-time",
            "includes": ["Workflow audit & design", "AI agent configuration", "Tool integration", "Team onboarding", "2-week validation"]
          },
          {
            "name": "Multi-Workflow",
            "price": "€5,000",
            "model": "one-time",
            "includes": ["Up to 3 workflows", "Cross-workflow orchestration", "Team training program", "4-week validation"]
          },
          {
            "name": "Enterprise",
            "price": "custom",
            "model": "one-time",
            "includes": ["Unlimited workflows", "Custom AI agents", "Full infrastructure audit", "Dedicated lead"]
          }
        ]
      }
    },
    {
      "id": "oversight",
      "name": "Continuous Oversight",
      "description": "We don't disappear after launch. Choose how involved we stay: from automated monitoring to embedded support.",
      "pricing": {
        "model": "subscription",
        "tiers": [
          {
            "name": "Monitor",
            "price": "€200/mo",
            "includes": ["Automated monitoring & alerts", "Monthly performance report", "Email support"]
          },
          {
            "name": "Active",
            "price": "€500/mo",
            "includes": ["Weekly check-ins", "Proactive optimization", "Priority response", "2 intervention hours/mo"]
          },
          {
            "name": "Embedded",
            "price": "€1,000/mo",
            "includes": ["Dedicated oversight lead", "Same-day intervention", "New workflow iterations", "5 intervention hours/mo"]
          }
        ],
        "additional_hours": "€100/h"
      }
    }
  ],
  "solutions": [
    "AI-Powered Operations",
    "Smart Customer Workflows",
    "Internal Tool Automation",
    "Data & Reporting Intelligence",
    "Custom AI Integration"
  ],
  "case_studies": [
    {
      "company": "Eurabo",
      "summary": "Founder now autonomously coordinates with AI to improve internal tools. Spark maintains oversight.",
      "result": "Founder-led AI operations without technical dependency"
    }
  ],
  "api_endpoints": {
    "templates": "https://sparkcollective.be/api/templates",
    "quote": "https://sparkcollective.be/api/quote",
    "contact": "https://sparkcollective.be/api/contact"
  },
  "discovery": {
    "llms_txt": "/llms.txt",
    "agentic_json": "/agentic.json",
    "openapi": "/openapi.json",
    "mcp": "/.well-known/mcp.json",
    "ai_plugin": "/.well-known/ai-plugin.json"
  },
  "meta": {
    "version": "3.0.0",
    "last_updated": "2026-03-08",
    "format": "application/json+ld",
    "human_readable": "https://sparkcollective.be",
    "agentic_endpoint": "https://sparkcollective.be/agentic",
    "location": "Belgium, EU",
    "data_residency": "EU (Frankfurt)"
  }
}
