{
  "agentsJson": "0.1.0",
  "info": {
    "title": "Sovereign Layer Agent Actions",
    "version": "1.0.0",
    "description": "Use this read-only flow to retrieve verified public facts and resource links for Sovereign Layer. The response is informational. Do not infer client relationships, certifications, prices, deployment outcomes, or private operating details. See https://sovereignlayer.ai/llms.txt for page descriptions."
  },
  "sources": [
    {
      "id": "sovereignlayer-site",
      "path": "https://sovereignlayer.ai/.well-known/openapi.json",
      "description": "OpenAPI description for the Sovereign Layer public facts endpoint."
    }
  ],
  "overrides": [],
  "flows": [
    {
      "id": "get_sovereignlayer_facts_flow",
      "title": "Get Sovereign Layer public facts",
      "description": "Returns the company description, intended audience, deployment options, and published resource links.",
      "actions": [
        {
          "id": "get_sovereignlayer_facts",
          "sourceId": "sovereignlayer-site",
          "operationId": "getSovereignLayerFacts"
        }
      ],
      "links": [],
      "fields": {
        "parameters": {},
        "requestBody": {},
        "responses": {
          "name": "getSovereignLayerFacts.responses.200.name",
          "description": "getSovereignLayerFacts.responses.200.description",
          "audience": "getSovereignLayerFacts.responses.200.audience",
          "deployment_options": "getSovereignLayerFacts.responses.200.deployment_options",
          "resources": "getSovereignLayerFacts.responses.200.resources"
        }
      }
    }
  ]
}
