DevBlock
Log inGet started

Product

  • Features
  • Pricing
  • Changelog
  • Integrations

Resources

  • Documentation
  • API Reference
  • Status
  • Blog

Company

  • About
  • Contact
  • Privacy Policy
  • Terms of Service

Connect

DevBlock Technologies

© 2026 DevBlock Technologies. All rights reserved.

API Reference

DevBlock API

Programmatically manage projects, clients, invoices, AI agents, and infrastructure.

Base URL

https://devblock-console-server.devblocktechnologies.workers.dev

All endpoints return JSON. Authenticated endpoints require a Bearer token or session cookie. WebSockets live at /ws.

Auth

Login, register, passkeys, verification, session management.

/api/v1/authPUBLIC

Organizations

Create and manage organizations, roles, and membership.

/api/v1/orgsAUTH

Projects

Projects, scaffolding, deployments, infrastructure, and secrets.

/api/v1/projectsAUTH

Clients

Client records, contract status, and project assignments.

/api/v1/clientsAUTH

Invoices

Invoice creation, generation, and payment status.

/api/v1/invoicesAUTH

Dashboard

Aggregated stats, metrics, and business intelligence.

/api/v1/dashboardAUTH

Chat

Chat rooms, direct messages, and real-time messaging.

/api/v1/chatAUTH

Logs

Structured logs, telemetry, and audit trails.

/api/v1/logsAUTH

Files

File storage, R2 objects, and GitHub repository import.

/api/v1/filesAUTH

Email

Transactional email, routing, and Resend configuration.

/api/v1/emailAUTH

Sage AI

Sage inference proxy, metrics, and coding agent sessions.

/api/v1/sageAUTH

Agent API

REST API for AI agent developers, plus MCP server.

/api/v1/agentAUTH

API Keys

Create and manage scoped API keys for automation.

/api/v1/api-keysAUTH

System

Health checks and infrastructure status (public status too).

/api/v1/systemAUTH

Webhooks

Inbound webhooks for external integrations.

/api/v1/webhooksPUBLIC

Pricing

Plan pricing and self-serve checkout.

/api/v1/pricingPUBLIC

Uptime

Uptime checks, monitoring alerts, and health checks.

/api/v1/uptimeAUTH

Maintenance

Scheduled maintenance plans and assignments.

/api/v1/maintenanceAUTH

Building an AI agent?

Explore the Agent REST API and MCP server for connecting AI agents to DevBlock.

DocumentationGet an API key