This guide takes you from a blank terminal to your first remember and recall calls against Spectron Cloud. No infrastructure to provision – Spectron Cloud runs the server, SurrealDB, and object store for you.
Step 1 — Sign up and create a Context
Create an account at api.spectron.dev. In the dashboard:
Click New Context and choose a name (for example
acme-prod) and region.Open the Context and create an API key. Copy it immediately – it is shown only once.
Step 2 — Set environment variables
Step 3 — Remember a fact
The response includes a structured extraction diff and a trace_id.
Step 4 — Recall
Check tier in the response – tier 1 or 2 hits avoid a full LLM synthesis pass.
Step 5 — Optional chat
SDKs
Generated clients are published as surrealdb-spectron (Python) and @surrealdb/spectron (TypeScript). See Integrations and the REST API for the full surface.
Next steps
Surrealist dashboard quickstart – UI-first tour