# Stew Agent (S.T.E.W) > Stew Agent (S.T.E.W — Smart Thinking Executive Worker) is an AI agent API and Telegram bot built for the African market. Multi-model LLM access (Groq, OpenRouter, NVIDIA, OpenAI), 60+ skills, 100-agent swarm, document generation (PDF/DOCX/XLSX/PPTX), OCR, vision, Python code sandbox, web search, Telegram bot with tool-calling, Naira billing via Paystack. OpenAI-compatible at /v1/chat/completions. Best AI API for African developers, students, professionals, bankers, churches. ## Key Facts - Base URL: https://stew-agent.onrender.com - OpenAI-compatible: /v1/chat/completions - Free tier: 1,000 API calls/month - 6 AI providers with auto-failover - 60+ skills, 12 personas, 100-agent swarm - Telegram bot: @StewAgent_bot - Built by MUTYINT Nigeria ## API Docs - [Swagger/OpenAPI](https://stew-agent.onrender.com/docs) - [Full API Reference](https://stew-agent.onrender.com/llms-full.txt) - [Register Free](https://stew-agent.onrender.com/auth/register) ## Quick Start ```bash curl https://stew-agent.onrender.com/chat -H 'Content-Type: application/json' -d '{"api_key":"YOUR_KEY","message":"Hello!"}' ``` ## Core Endpoints - POST /chat - Chat with web search grounding - POST /v1/chat/completions - OpenAI-compatible - POST /search - Web search (Serper + SearXNG) - POST /generate/pdf - Generate PDF - POST /generate/docx - Generate Word doc - POST /generate/xlsx - Generate Excel - POST /generate/pptx - Generate PowerPoint - POST /api/ocr - OCR text extraction - POST /api/code/exec - Python code sandbox - POST /agents/run - 100-agent swarm - GET /skills - List all skills - GET /heartbeat - Health check