Build on PlotSparkOS
Access 577+ API endpoints across 37 services. Build integrations, automate workflows, and publish apps to the marketplace.
Register
Create a developer account and get your API key in 60 seconds.
Authenticate
Use your API key or set up OAuth 2.0 for your app.
Build
Make your first API call and start building your integration.
import PlotSparkOS from '@plotspark/sdk';
const plotspark = new PlotSparkOS({
apiKey: 'psk_live_...',
});
// List all sites
const sites = await plotspark.terraledger.sites.list();
// Create a booking
const booking = await plotspark.booking.appointments.create({
serviceId: 'svc_123',
date: '2026-03-15',
time: '14:00',
customerEmail: 'john@example.com',
});
// Subscribe to events
plotspark.webhooks.on('booking.created', (event) => {
console.log('New booking:', event.data);
});Developer Tools
Generate secure API keys with granular scope control for your integrations.
Build OAuth apps with authorization code and client credentials flows.
Subscribe to real-time events with HMAC-signed webhook delivery.
Test API endpoints interactively with code generation in 3 languages.
Connect server-side agents with scoped API keys and account-safe API calls.
Complete API reference with OpenAPI 3.0 spec and integration guides.
Publish your apps to the PlotSparkOS marketplace and earn revenue.
Explorer
- ✓ Sandbox access
- ✓ Community support
Builder
- ✓ Production API
- ✓ Email support
- ✓ 80/20 revenue share
Partner
- ✓ Priority support
- ✓ 85/15 revenue share
- ✓ Co-marketing
Enterprise
- ✓ Dedicated manager
- ✓ 90/10 revenue share
- ✓ Custom SLA
