🧪 Betadevae is in beta — things may break.

Developer Platform

Build on top of DEVAE. Our APIs, SDKs, and webhooks let you create powerful integrations and extend the platform.

REST API

A comprehensive RESTful API with full CRUD operations for users, workspaces, snippets, and collaboration sessions. Rate-limited to 1,000 requests/minute.

SDKs & Libraries

Official SDKs for JavaScript, Python, Go, and Rust. Install via npm, pip, or cargo and start building in minutes with type-safe interfaces.

Webhooks

Subscribe to real-time events like new collaborators joining, code reviews, and project updates. Secure webhook delivery with HMAC signatures.

Documentation

Detailed guides, API references, tutorials, and example projects to help you get started. Interactive API explorer included.

Quick Start

# Install the DEVAE CLI

npm install -g @devae/cli


# Authenticate

devae login


# Create a new workspace

devae workspace create my-project

Start Building Today