{
    "name": "RealLayer",
    "version": "1.0.0",
    "description": "On-demand human execution infrastructure for AI agents. Physical world API.",
    "author": "RealLayer Team",
    "website": "https://reallayer.space",
    "mcp": {
        "server_url": "https://api.reallayer.space/v1/mcp",
        "type": "remote"
    },
    "tools": [
        {
            "name": "post_mission",
            "description": "Create a task for a human operator in the physical world.",
            "parameters": {
                "title": "string",
                "description": "string",
                "budget": "number",
                "location": "object"
            }
        },
        {
            "name": "get_reputation",
            "description": "Check the reputation of a human operator or agent identity."
        }
    ],
    "capabilities": [
        "physical_verification",
        "last_mile_delivery",
        "bonded_insurance"
    ],
    "links": {
        "docs": "https://reallayer.space/docs.html",
        "vision": "https://reallayer.space/vision.html",
        "llm_context": "https://reallayer.space/llm.txt"
    }
}