Developer Tools

API & Automation for DCS Servers

Integrate and automate your DCS server management with our powerful API tools. Build custom workflows and automate routine tasks.

REST API

Comprehensive REST API for programmatic server management and automation.

Learn more

Webhooks

Real-time event notifications for server status changes and important events.

Learn more

CLI Tools

Command-line interface for local development and automation scripts.

Learn more

Automation

Schedule and automate server management tasks with our powerful automation engine.

Learn more

API Reference

GET
/game_servers

List all servers

curl -H 'Authorization: Bearer YOUR_TOKEN' https://coordinator.nimbuspulse.com/game_servers
                                            
POST
/game_servers

Create a new server

curl -X POST -H 'Authorization: Bearer YOUR_TOKEN' -H 'Content-Type: application/json' -d '{"name":"My Server","type":"dcs"}' https://coordinator.nimbuspulse.com/game_servers
                                            
GET
/game_servers/{id}

Get server details

curl -H 'Authorization: Bearer YOUR_TOKEN' https://coordinator.nimbuspulse.com/game_servers/123e4567-e89b-12d3-a456-426614174000
                                            
POST
/game_servers/{id}/start

Start a server

curl -X POST -H 'Authorization: Bearer YOUR_TOKEN' https://coordinator.nimbuspulse.com/game_servers/123e4567-e89b-12d3-a456-426614174000/start
                                            

Webhook Events

server.created

Triggered when a new server is created

server.started

Triggered when a server starts

server.stopped

Triggered when a server stops

backup.completed

Triggered when a backup completes

Best Practices

Use Environment Variables

Store your API keys in environment variables for better security.

Implement Rate Limiting

Add rate limiting to your applications to avoid hitting API limits.

Handle Webhook Retries

Implement retry logic for webhook failures to ensure reliable delivery.

Use HTTPS

Always use HTTPS for API requests and webhook endpoints.

Ready to Get Started?

Start Building with Our API Today

Join thousands of developers who are already using our API to build amazing DCS server management tools.