Documentation Index
Fetch the complete documentation index at: https://docs.b-bot.space/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Relationships are inferred from your documents and stored per container.
Access is restricted to the container owner derived from your BBOT-API-Key.
Authentication
Send your API key:
Path Parameters
Knowledge container id (example: userId_expertId_knowledge_name)
Query Parameters
Optional relationship type filter (for example: RELATED_TO)
Max items to return (1-1000)
Response
Relationship entries with source, relationship, and target
Total matching relationships
Example Request
curl --location 'https://api.b-bot.space/api/v0/containers/<container_id>/relationships?limit=5' \
--header 'BBOT-API-Key: <your-bbot-api-key>'