Component
agentsight
Problem Statement
Currently, the AgentSight platform lacks standardized RESTful APIs for managing conversations and sessions. Users and external systems cannot programmatically create, read, update, or delete conversation and session data. This limits:
Third-party integrations with the AgentSight platform
Automated workflow orchestration
External dashboard development
Data synchronization with external systems
Proposed Solution
Implement comprehensive RESTful APIs for Conversation and Session CRUD operations:
Conversation APIs:
- GET /api/v1/conversations - List conversations with filtering and pagination
- GET /api/v1/conversations/:id - Get conversation details
- POST /api/v1/conversations - Create new conversation
- PUT /api/v1/conversations/:id - Update conversation metadata
- DELETE /api/v1/conversations/:id - Delete conversation
Alternatives Considered
No response
Additional Context
No response
Component
agentsight
Problem Statement
Currently, the AgentSight platform lacks standardized RESTful APIs for managing conversations and sessions. Users and external systems cannot programmatically create, read, update, or delete conversation and session data. This limits:
Third-party integrations with the AgentSight platform
Automated workflow orchestration
External dashboard development
Data synchronization with external systems
Proposed Solution
Implement comprehensive RESTful APIs for Conversation and Session CRUD operations:
Conversation APIs:
Alternatives Considered
No response
Additional Context
No response