{
    "actions": [
        {
            "name": "list_api_endpoints",
            "description": "Lists all API endpoints available at the moment",
            "url": "/endpoints",
            "parameters": []
        }
    ],
    "context": {
        "current_time": "2026-04-21T11:41:05+00:00"
    },
    "response": {
        "content-type": "text/markdown",
        "content-data": "# api.cleverest.eu\n\n\nThis API allows you to interact with various services in the cleverest.eu ergosphere.\n\n\nMost interactions with the API do require you to be authenticated even for read-access.\n\n\n## Base information on endpoints\n\n\nWarning: Certain endpoints are designed to enforce **automated safeguards** that progressively escalate from *single-IP* to *entire network range* **blocks** as failures accumulate.\n\n\n**Automated retries with invalid data will trigger stricter restrictions.** To avoid disruptions, *halt all requests* and *review the API documentation* before proceeding.\n\n\n## Endpoints\n\n\nOur API endpoints are currently under development. This section will be updated with detailed endpoint information, parameters, and examples as they become available.\n\n\nFor the latest status, please contact our developer support team.\n\n\n## Authentication\n\n\n** TODO: To be implemented **\n\n\n## Authorization\n\n\n** TODO: To be implemented **\n\n\n## WAF / Web Application Firewall\n\n\n** TODO: To be implemented **\n\n\n## Response Format\n\n\nAll API responses will be returned in JSON format with consistent error handling. **Example response structure coming soon.**\n\n\n## Machine Conversation Protocol Support\n\n\nThis API implements MCP-inspired hints to guide AI agent interactions. Each response includes following objects for MCP-hints:\n\n\n- `actions`: Actions the agent can take based on the current context\n- `context`: Current state information to help agents make decisions\n\n\nAI agents should check for these hints in responses to determine optimal next steps."
    }
}