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

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.
$ curl -s /api/v1/chat \
-H "Authorization: Bearer rtm_sk_…" \
-H "Content-Type: application/json" \
-d '{"message":"Hello from my app"}'
✓ ok: true · model responseAuthenticate with Authorization: Bearer rtm_sk_…. Manage keys at /account/developer/api-keys. Health: GET /api/v1/health.
Hashed rtm_sk_ credentials for your apps, managed in RTM Account.
POST /api/v1/chat — Bearer auth against the Oracle-hosted model.
Request and token usage from Account AI and the public API.
Concepts, references, and engineering notes.
A potential command-line interface for projects and devices.
Flashing, diagnostics, logging, and lifecycle management.
Language SDKs and multi-workspace packaging.
Documentation and interfaces for experimental systems.