Quick Start Guide
Deploy your first Python micro-service in under 60 seconds. No DevOps required.
1. Write your Script
Don't know Python? No problem! Use our Prompt Builder — just describe what you want and your preferred AI will generate a working script for you.
💡 Pro Tip: Use the Prompt Builder in the sidebar. Configure your requirements, generate a tailored prompt, and paste into ChatGPT, Claude, or any AI to get production-ready code instantly.
Apyrun comes with 100+ pre-installed packages for instant execution. Simply import them — no installation wait time.
Pre-installed packages include:
fastapi, flask, django, pandas, numpy, scipy, scikit-learn, matplotlib, seaborn, plotly, requests, httpx, aiohttp, beautifulsoup4, lxml, playwright, selenium, opencv-python, pillow, openai, anthropic, boto3, stripe, twilio, sqlalchemy, redis, pymongo, celery, and many more.
Additional packages from PyPI are auto-installed on first import.
2. Deploy
Click the New Script button in the dashboard. Paste your code. Click Run.
Apyrun will:
- Analyze imports (FastAPI, Pandas)
- Resolve dependency versions
- Build a secure container
- Expose it on a unique HTTPS URL
3. Call your Endpoint
Once deployed (usually ~15 seconds), your API is live globally.
Next Steps
Learn how to configure environment variables or connect to a database.