For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hello

get

Simple hello to the network that returns some useful information. This can be used for discovery.

Responses
200Success
application/json
client_addressstringOptional
get/hello
GET /hello HTTP/1.1
Host: api.bringyour.com
Accept: */*
200Success
{
  "client_address": "text"
}

Was this helpful?