DEVELOPER / LIVEAVAILABLE

Build on RTM AI with API keys.

RTM Developer now ships a public chat HTTP API. Create a key in your account, call /api/v1/chat, and meter usage — SDKs and multi-project tooling still expand from here.

01 / HTTP API

Call the model

RTM DEVELOPER APIPOST /api/v1/chat
$ curl -s /api/v1/chat \
  -H "Authorization: Bearer rtm_sk_…" \
  -H "Content-Type: application/json" \
  -d '{"message":"Hello from my app"}'
✓ ok: true · model response
CURRENT AVAILABILITYPUBLIC CHAT API LIVE

Authenticate with Authorization: Bearer rtm_sk_…. Manage keys at /account/developer/api-keys. Health: GET /api/v1/health.

01

API keys

Hashed rtm_sk_ credentials for your apps, managed in RTM Account.

AVAILABLE
02

Chat API

POST /api/v1/chat — Bearer auth against the Oracle-hosted model.

AVAILABLE
03

Usage metering

Request and token usage from Account AI and the public API.

AVAILABLE
04

Documentation

Concepts, references, and engineering notes.

IN DEVELOPMENT
05

RTM CLI

A potential command-line interface for projects and devices.

CONCEPT
06

Device tools

Flashing, diagnostics, logging, and lifecycle management.

CONCEPT
07

Multi-project SDKs

Language SDKs and multi-workspace packaging.

PLANNED
08

Hardware development

Documentation and interfaces for experimental systems.

RESEARCH