Developers

Integration guides, API reference, and resources for enabling governed self-service

Quick Start

Deploy a Pulscale Gateway within your environment in minutes. The Gateway connects your agent infrastructure to the Pulscale management layer, enabling governed self-service across the organisation. No inbound ports, no VPN required.

Terminal
# Install the Pulscale CLI
$ npm install -g @pulscale/cli

# Initialize the Gateway in your project
$ pulscale init
? Organization: Acme Corp
? Environment: production
✓ Gateway configuration written to pulscale.config.yaml

# Start the Gateway
$ pulscale start
✓ Gateway connected to Pulscale Cloud
✓ Policy sync complete (3 active policies)
✓ Listening for agent heartbeats...

API Reference

The Pulscale REST API lets you manage agents, policies, and telemetry programmatically. All endpoints require authentication via API key.

MethodEndpoint
POST/v1/agents/register
GET/v1/agents/:id/status
POST/v1/telemetry/events
GET/v1/policies
POST/v1/policies/evaluate
GET/v1/audit/logs

Full API documentation with request/response schemas coming soon.

Resources

Documentation

Coming soon

Comprehensive guides covering architecture, configuration, policy authoring, and deployment patterns.

API Reference

Coming soon

Complete reference for the Pulscale REST API, including authentication, agent registration, and telemetry endpoints.

Getting Started Guide

Coming soon

Enable governed self-service for your first business function with step-by-step integration guidance.

Community

Coming soon

Connect with platform engineers and architects enabling governed self-service agentic AI across global organisations.