Skip to content

lapino-web/maestro-dev-api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MAESTRO Dev API Documentation

AI-powered development assistance for developers, by developers.

Production API: https://api.ai2nlp.com


πŸš€ Quick Start

# Get AI assistance with your development issue
curl -X POST https://api.ai2nlp.com/api/samantha/consult \
  -H "Content-Type: application/json" \
  -d '{
    "user_query": "How do I fix this error?",
    "error_log": "Your error message here",
    "machine_id": "your-machine-id"
  }'

πŸ“š Documentation

πŸ”— Links

πŸ’‘ Features

  • βœ… AI-powered development assistance (Claude & Gemini)
  • βœ… 3 free assists to try it out
  • βœ… $99/year for unlimited access
  • βœ… 10 req/min rate limiting
  • βœ… No API key required (machine ID tracking)

πŸ“– Usage

Health Check

curl https://api.ai2nlp.com/health

Get Version

curl https://api.ai2nlp.com/api/samantha/version

AI Assistance

curl -X POST https://api.ai2nlp.com/api/samantha/consult \
  -H "Content-Type: application/json" \
  -d '{
    "user_query": "How do I handle Python import errors?",
    "error_log": "ModuleNotFoundError: No module named requests",
    "machine_id": "laptop-dev-001"
  }'

πŸ› οΈ Setup Script

# Download and install
curl -O https://ai2nlp.com/downloads/samantha_setup.py
python3 samantha_setup.py

# Use from terminal
samantha "your question here"

πŸ“„ License

Β© 2025 Blue Moon Ecosystem | ai2nlp.com


Built with ❀️ for developers who love AI assistance

About

MAESTRO Dev API - AI-powered development assistance for developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published