Documentation
Learn how to build, integrate, and develop with MyApp's platform.
Guide
Getting Started
Discover how to integrate MyApp into your development workflow.
Quick Setup
npm install myapp import { MyApp } from 'myapp'; const app = new MyApp();
API Key
- Sign up at MyApp.com
- Go to Developer Settings from your profile
- Generate your API token
API Reference
Comprehensive guide to using MyApp's API endpoints.
Endpoints
- POST
/api/v1/projects
- Create new project - GET
/api/v1/builds
- Get recent builds - PUT
/api/v1/config
- Update config
Tutorials
Step-by-step guides to common use cases.