{
  "name": "Agentfile",
  "tagline": "Ship the files agents look for.",
  "publisher": "Laurel",
  "contact": "lovlace77777@gmail.com",
  "plans": {
    "free": {
      "requestsPerDay": 30,
      "unit": "UTC day per IP"
    },
    "paid": {
      "requestsPerDay": 600,
      "unit": "UTC day per key",
      "price": "$9/mo"
    }
  },
  "auth": [
    "Authorization: Bearer <key>",
    "X-Agentfile-Key: <key>",
    "JSON { key } on POST"
  ],
  "endpoints": [
    {
      "method": "GET",
      "path": "/v1/check",
      "query": [
        "url"
      ]
    },
    {
      "method": "POST",
      "path": "/v1/generate",
      "body": [
        "url",
        "name?",
        "description?"
      ]
    },
    {
      "method": "POST",
      "path": "/v1/keys/verify",
      "body": [
        "key"
      ],
      "note": "Creem license validate"
    }
  ]
}