Skip to content

API Reference — Introduction

Nexrall's API lets you integrate agents directly into your own product or scripts, rather than only through the web app, VS Code extension, or CLI.

Reference status

This section is being expanded. For the fastest path to automating a task today, the Nexrall CLI with --output-format json and the GitHub Action cover most CI/scripting use cases without needing to call the HTTP API directly.

Base URL

https://api.nexrall.com

What you can do with the API

  • Start and drive a coding-agent build session for an app.
  • Create and edit Canvas artifacts.
  • Manage published apps and their collaborators.

Request format

All endpoints accept and return JSON. Requests that stream agent output (builds and chat) use Server-Sent Events (SSE).

Next steps

  • Authentication — how to get and use an API token.
  • Errors — the error shape and common status codes.

Built by Maxrall, Inc.