Handles customer inquiries and support tickets
Vector store used for RAG capabilities
POST https://api.agentstore.ai/v1/agents/1/chat
ask_live_....xxxx
活跃curl https://api.agentstore.ai/v1/agents/1/chat \ -H "Authorization: Bearer ask_live_xxxxx" \ -H "Content-Type: application/json" \ -d '{ "messages": [ {"role": "user", "content": "Hello"} ] }'
import agentstore client = agentstore.Client('ask_live_xxxxx') response = client.chat.create( agent_id='1', messages=[ {"role": "user", "content": "Hello"} ] )
Successfully processed customer inquiry about product features
Retrieved relevant documentation from knowledge base
High latency detected in API response
Active agents status
Today's API calls