{
  "name": "FORMA",
  "description": "Format Converter \u2014 Converts text payloads between JSON, YAML, TOML, and CSV formats.",
  "version": "0.1.0",
  "url": "https://forma.nanotoll.dev",
  "homepage": "https://forma.nanotoll.dev",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransition": false
  },
  "authentication": {
    "type": "bearer",
    "description": "API key passed as `Authorization: Bearer <key>`. Obtain a key via POST /api/v1/register on TOLL (https://toll.nanotoll.dev). All billed endpoints require a valid key and sufficient USDC credit balance (Base L2). HTTP 402 returned on insufficient balance."
  },
  "endpoints": [
    {
      "name": "convert",
      "path": "/api/v1/convert",
      "description": "Convert a text payload between JSON, YAML, TOML, and CSV formats."
    }
  ],
  "documentation": "https://forma.nanotoll.dev/llms.txt",
  "openapi": "https://forma.nanotoll.dev/openapi.json"
}
