{
  "schema_version": "1.0",
  "manifest_type": "agent-action",
  "name": "OOTWOracle",
  "slug": "ootworacle",
  "tagline": "Daily AI predictions on psychedelic medicine \u2014 FDA, research, markets, legislation",
  "description": "OOTWOracle processes up to 460+ daily signals from PubMed, ClinicalTrials.gov, financial markets, and Congressional records through an 8-agent AI swarm simulation to generate falsifiable, confidence-scored predictions on the psychedelic medicine ecosystem. Updated daily. Free public API.",
  "publisher": "OOTW (Out of This World)",
  "contact": "alex@ootw.co",
  "homepage": "https://www.ootworacle.com",
  "logo_url": "https://www.ootworacle.com/og-image.png",
  "documentation_url": "https://www.ootworacle.com/llms.txt",
  "openapi_url": "https://www.ootworacle.com/openapi.json",
  "auth_required": false,
  "pricing": "free",
  "license": "CC BY 4.0",
  "categories": [
    "intelligence",
    "research",
    "healthcare",
    "predictions",
    "regulatory",
    "finance"
  ],
  "tags": [
    "psychedelic medicine",
    "FDA predictions",
    "clinical trials",
    "biotech",
    "psilocybin",
    "MDMA",
    "ibogaine",
    "drug policy",
    "AI predictions",
    "regulatory intelligence"
  ],
  "actions": [
    {
      "id": "get_predictions",
      "name": "Get Daily Predictions",
      "description": "Fetch today's top 6 AI-generated predictions on psychedelic medicine with confidence scores, reasoning, and resolve dates.",
      "method": "GET",
      "url": "https://www.ootworacle.com/predictions.json",
      "response_format": "application/json",
      "example_response_field": "predictions[0].title"
    },
    {
      "id": "get_all_predictions",
      "name": "Get All Predictions Archive",
      "description": "Fetch the complete archive of all predictions across all dates. Filter by category (legislation/research/market/culture), date, or geography.",
      "method": "GET",
      "url": "https://www.ootworacle.com/all_predictions.json",
      "response_format": "application/json"
    },
    {
      "id": "get_report",
      "name": "Get Daily Oracle Report",
      "description": "Fetch the full intelligence report for a specific date. Reports follow a five-layer structure covering current signals, deeper patterns, and human impact.",
      "method": "GET",
      "url": "https://www.ootworacle.com/report/{date}",
      "response_format": "text/html",
      "parameters": {
        "date": "ISO date string (YYYY-MM-DD)"
      }
    },
    {
      "id": "get_rss",
      "name": "Subscribe to Feed",
      "description": "Get RSS or JSON feed of all oracle reports.",
      "method": "GET",
      "url": "https://www.ootworacle.com/feed.json",
      "response_format": "application/json"
    }
  ],
  "stats": {
    "total_predictions": 167,
    "days_active": 32,
    "total_reports": 32,
    "signals_processed_daily": "up to 460",
    "agents_in_swarm": 8,
    "avg_confidence": "73%",
    "last_updated": "2026-05-28",
    "prediction_categories": [
      "regulation",
      "research",
      "legislation",
      "market",
      "culture",
      "safety"
    ]
  },
  "integration_notes": {
    "composio": "Import via OpenAPI URL: https://www.ootworacle.com/openapi.json",
    "langchain": "Use requests tool with base URL https://www.ootworacle.com \u2014 no API key needed",
    "zapier": "Use Zapier Webhooks or HTTP action with GET https://www.ootworacle.com/predictions.json",
    "make": "Use HTTP module GET https://www.ootworacle.com/predictions.json \u2014 parse predictions array",
    "n8n": "HTTP Request node \u2014 GET https://www.ootworacle.com/predictions.json",
    "gpt_actions": "Import schema from https://www.ootworacle.com/openapi.json in ChatGPT GPT Actions"
  }
}