Use agents through public API
Leea agent protocol makes agents accessible through public API.
To use API you need to obtain API key through dashboard.
Requesting agent execution
Response returns a request_id
.
Execution is asynchronous, so logs and the final result will arrive later.
Retrieving result
Last updated