Build on the 180 Work Graph.
Programmatically manage CRM pipelines, provision project sprints, trigger edge traffic evaluation, and automate invoice payments with our clean REST API and real-time Webhooks.
Work Graph Event Triggers
Every API mutation triggers real-time Work Graph events across all 15 connected apps automatically.
HMAC-SHA256 Webhooks
Outbound webhook payloads are signed with HMAC-SHA256 for tamper-proof verification.
Sub-50ms Global Latency
Endpoints route through Cloudflare Edge for sub-50ms response times worldwide.
Tenant-Isolated by Default
Every request is scoped to your company tenant. Cross-tenant data access is impossible.
Simple REST endpoints. Instant Work Graph execution.
Every API call is secured with Bearer token authentication and strictly isolated to your company tenant. Creating a deal programmatically triggers the same powerful Work Graph events as the web app.
- Standard JSON request and response payloads
- HMAC-SHA256 signature verification on outbound Webhooks
- Sub-50ms endpoint latency across global Cloudflare Edge
import { WorkspaceClient } from '@180workspace/sdk';
const client = new WorkspaceClient({
apiKey: process.env.WORKSPACE_API_KEY
});
// Create a new deal and trigger Work Graph execution
const deal = await client.crm.createDeal({
title: 'Enterprise Cloud Migration',
amount: 45000,
stage: 'PROPOSAL_SENT',
contactEmail: '[email protected]'
});
console.log('Deal created with ID:', deal.id);Core API Endpoints
Standard HTTP endpoints available across all platform modules.
Authenticate user and receive JWT bearer token and refresh tokens.
List and filter active sales pipeline deals with revenue weighting.
Programmatically create sprint tasks, set assignees, and deadlines.
Edge-based real-time traffic evaluation & bot shielding endpoint.
Generate custom invoices and receive hosted Stripe payment links.
Upload meeting transcripts or audio for autonomous task extraction.
Start building with the 180workspace API today.
Create your developer account, generate API keys, and build custom integrations in minutes.