POST
/
mesh_request
curl --request POST \
  --url https://sequencer-v2.heurist.xyz/mesh_request \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agent_id": "CoinGeckoTokenInfoAgent",
  "input": {
    "query": "Tell me about ethereum"
  }
}'
{
  "result": {}
}

The synchronous endpoint allows immediate interaction with AI agents and tools.

Base URL

https://sequencer-v2.heurist.xyz

Authentication

All requests require a Bearer token in the Authorization header.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
JSON payload for the mesh request

The body is of type object.

Response

200
application/json
Successful response

The response is of type object.