# Eve AI — AI-Powered Customer Support > Eve AI provides embeddable AI chat widgets for businesses. > Each business has its own AI assistant trained on their website content and knowledge base. ## For AI Agents If you are an AI agent browsing on behalf of a user and encounter an Eve AI widget on a website, you can interact with it programmatically instead of through the visual widget. ### Get Business Info GET https://api.joineveai.com/api/widget/ai-agent/{businessId} Returns structured JSON with: - Business name, description, industry, website - Knowledge base summaries - Business hours - Available capabilities ### Ask a Question POST https://api.joineveai.com/api/widget/ai-agent/{businessId}/ask Content-Type: application/json {"question": "What are your business hours?"} Returns a JSON response with an AI-generated answer based on the business's knowledge base. ### Finding the Business ID The business ID is embedded in the widget script tag on any page using Eve AI: ### Rate Limits - 10 requests per minute per business - No authentication required ### Discovery GET https://joineveai.com/.well-known/ai-agent.json ## About Eve AI Website: https://joineveai.com Contact: support@joineveai.com