{
  "name": "SecondMind",
  "description": "Personal knowledge pipeline — capture, notes, skills, and agent workflows.",
  "url": "https://secondmind.controlgrp.com",
  "version": "1.0",
  "provider": {
    "organization": "Control Group",
    "url": "https://controlgrp.com"
  },
  "documentation": "https://secondmind.controlgrp.com/docs-viewer/",
  "pricing": "https://secondmind.controlgrp.com/pricing",
  "signup": "https://secondmind.controlgrp.com/signup",
  "donate": "https://secondmind.controlgrp.com/donate",
  "authentication": {
    "schemes": ["bearer"],
    "header": "Authorization",
    "format": "Bearer sm_<key>",
    "obtain": "https://secondmind.controlgrp.com/account",
    "notes": "Issue API keys from Account after an active Pro subscription. The full key is shown once at creation."
  },
  "endpoints": {
    "health": "GET /api/health",
    "capture": "POST /api/capture",
    "library_search": "GET /api/library/search",
    "notes_catalog": "GET /api/notes/catalog",
    "promote": "POST /api/promote",
    "pricing": "GET /api/pricing"
  },
  "capabilities": [
    "knowledge-capture",
    "library-search",
    "note-enrichment",
    "skill-promotion",
    "agent-api-keys"
  ],
  "contact": "admin@controlgrp.com"
}
