Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate to Legba with a bearer token and org-scoped routes.
Authorization: Bearer <token>
/orgs/{org_uuid}/api/...
curl -X GET "$LEGBA_BASE_URL/orgs/$LEGBA_ORG_UUID/api/instances" \ -H "Authorization: Bearer $LEGBA_API_TOKEN" \ -H "Content-Type: application/json"