{"agentsJson":"0.1.0","info":{"title":"Tools for Agents","version":"0.1.0","description":"AgentTools REST flows for autonomous agents"},"sources":[{"source":"openapi","url":"https://api.toolsforagents.tools/openapi.json"}],"registration":{"agent":"https://api.toolsforagents.tools/v1/register/agent","human":"https://api.toolsforagents.tools/v1/register"},"flows":[{"id":"rag-ingest-url","description":"Ingest URL content for RAG pipeline","steps":[{"operationId":"ingest","endpoint":"POST /v1/ingest"}]},{"id":"research-topic","description":"Search web and read top results with citations","steps":[{"operationId":"search_read","endpoint":"POST /v1/search/read"}]},{"id":"read-and-summarize","description":"Ingest URL then summarize","steps":[{"operationId":"ingest","endpoint":"POST /v1/ingest"},{"operationId":"summarize","endpoint":"POST /v1/summarize"}]},{"id":"site-discovery","description":"Map site URLs then batch extract","steps":[{"operationId":"map","endpoint":"POST /v1/map"},{"operationId":"batch_extract","endpoint":"POST /v1/batch/extract"}]}]}