Getting Started
Quick StartArchitecture
AI Agents
MSP HunterThreat ResearcherTech SupportCompliance AgentAccount ManagerOnboarding Agent
Compliance
HIPAASOC 2PCI-DSSNIST
Guides
First 30 DaysScaling
API
OverviewEndpoints

API Overview

🔧 API5 min readUpdated May 2026

Base URL

https://api.lockthegrid.com/v1

Versioning

The API is versioned via the URL path. The current version is v1. Breaking changes will be introduced in new versions with at least 6 months of overlap support.

Rate Limits

Response Format

All responses are JSON with a consistent envelope:

{
  "success": true,
  "data": { ... },
  "meta": { "request_id": "req_abc123", "timestamp": "2026-05-28T12:00:00Z" }
}

Error Codes