{
  "name": "Manifestly API",
  "policy": {
    "ai_agents": {
      "required_api": "v2",
      "reason": "All agent actions must be attributed to a specific user"
    }
  },
  "apis": {
    "v1": {
      "auth": "api_key",
      "acts_as": "system",
      "intended_for": "legacy and system integrations",
      "reference": "https://manifestlyapi.docs.apiary.io/"
    },
    "v2": {
      "auth": "oauth2",
      "acts_as": "user",
      "intended_for": ["humans", "ai_agents"],
      "openapi": "https://api.manifest.ly/api-docs/v2/swagger.json"
    }
  }
}
