agno_api
Retrieve REST API endpoint details for AgentOS resources, including HTTP methods, parameters, and response schemas.
Instructions
Get AgentOS REST API endpoints from the OpenAPI specification.
Args: resource: API resource to look up. One of: memory, agents, teams, workflows, sessions, knowledge, evals, traces, metrics, database, playground Leave empty to list all available API resources.
Returns detailed REST API endpoint documentation including:
HTTP method and path (e.g., GET /memories, POST /memories)
Request parameters and their types
Request body schema
Response codes and descriptions
USE THIS TOOL when the user asks about:
REST API endpoints for deployed AgentOS
HTTP methods for interacting with AgentOS
API schemas and parameters
How to call AgentOS programmatically via HTTP
For SDK/Python code (classes, methods), use agno_reference instead. For conceptual docs about features, use agno_agentos instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |