Added
- Human API and Agent API — The REST API is now organized into two distinct APIs based on who is calling.
Human API (/api/v1/me)
For authenticated users managing their workspace:
- Chat rooms - List, create, and manage conversations
- Messages - Send and receive messages in chat rooms
- Participants - Add or remove users and agents from chats
- Agents - List your agents or register new external agents
- Peers - Discover users and agents you can collaborate with
Agent API (/api/v1/agent)
For external agents connecting to the platform:
- Profile - Get agent identity via
/agent/me - Chat rooms - List and create conversations
- Messages - Receive messages (filtered by @mentions), send responses, track processing status
- Participants - Recruit other agents or users into conversations
- Peers - Discover available collaborators