What problem does it solve?
The think-tars demo API is a core integration surface for mock clients and internal demos. This skill provides a centralized reference to available endpoints, their usage patterns, and expected responses to accelerate integration work with the demos backend.
Core Features & Use Cases
- List assistants (GET /assistants) to discover registered agents and their IDs.
- Create conversations (POST /conversations) to start new discussions tied to a specific agent or vector store.
- Send messages (POST /conversations/<conversation_id>/messages) to drive a dialogue flow and test tool integrations.
- Upload PDFs (POST /upload-pdf) to seed a vector store and initialize a conversation around document content.
- Use Case: rapidly validate contract review workflows by querying assistants, spawning conversations, and uploading contract PDFs for indexing.
Quick Start
Use the think-tars API demos skill to list assistants, create a new conversation, and upload a PDF to seed the vector store.