Polmy is an all-in-one platform to connect your data, create knowledge stores, and build AI agents that deliver powerful experiences through our flexible API.
Everything you need to build intelligent applications in one place
Import from multiple sources including file uploads, Google Drive, and more. Supporting documents, spreadsheets, presentations, and images.
Try ConnectorsCreate searchable knowledge bases with semantic understanding. Perfect for building powerful RAG applications with contextual retrieval.
Explore StoresBuild intelligent agents that leverage your knowledge and combine them with tools like web search, API access, and human intervention.
Create AgentsIntegrate AI capabilities directly into your applications with our comprehensive API. Access knowledge stores and agents programmatically.
// Query a knowledge store
fetch('https://api.polmy.ai/v1/ks/e28a9d3b-f981-4dca-8f32-195df46570b8/query', {
method: 'POST',
headers: {
'Authorization': 'Api-Key YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"query": "What are the key features of our product?",
"params": {
"mode": "mix",
"response_type": "Multiple Paragraphs",
"top_k": 10
}
})
})
.then(response => response.json())
.then(data => console.log(data));
// Create an agent chat thread
fetch('https://api.polmy.ai/v1/threads/create/', {
method: 'POST',
headers: {
'Authorization': 'Api-Key YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"agent_id": "7c23f1a6-9b45-42d8-a7e1-4697b82c6c22",
"external_user_id": "user-123",
"initial_message": "Hello, can you help me understand our Q2 financial report?"
})
})
.then(response => response.json())
.then(data => console.log(data));
Explore what's possible with Polmy's platform
Create AI assistants that can answer customer questions using your knowledge base, escalating to humans when needed.
Extract insights, summarize content, and answer questions about large document collections automatically.
Build research tools that can search across your documents, web content, and APIs to compile comprehensive answers.
Create AI-powered tools that generate marketing copy, blog posts, and other content based on your brand guidelines.
Build agents that can analyze data, generate reports, and provide actionable insights from multiple sources.
Connect your AI agents to external systems and services, enabling automated workflows and decision-making.
Choose the plan that fits your needs
All plans include 14-day free trial. No credit card required to start.
Polmy connects seamlessly with your existing workflow
Google Drive
Microsoft
Slack
Dropbox
SQL
Webhooks
See what our customers say about our AI platform
CTO, TechVision Inc.
"Polmy's AI agents have transformed our customer support operations. We've reduced response times by 70% while maintaining high customer satisfaction. The API integration was seamless."
Data Scientist, Analytics Co
"We built an internal research assistant that can search through thousands of documents in seconds. Our analysts now get answers in minutes instead of days. The knowledge store API is incredibly powerful."
Head of Product, InnovateLabs
"We integrated Polmy's agents into our product to provide AI-powered assistance to our users. The WebSocket API allows for real-time interactions that feel natural and responsive."
Start building intelligent applications with Polmy's platform today.