Spectron Contexts live in Surrealist beside your SurrealDB Cloud instances. This page is a UI-first tour – Playground, Memories, Knowledge, and API keys – before you reach for an SDK or the REST API.
How to find your contexts
Your contexts live inside the Surrealist dashboard right next to your SurrealDB Cloud instances and are thus visible the moment you select your organisation from the front menu.
To create your first context, choose Create context, give it a name, and select a region where it will be deployed.
Note
Adding conversational knowledge
The easiest way to begin experimenting with a context is by opening up the Playground. This allows you to chat with the agent and watch as Experiential memories are formed. You will be able to see a stream of new memories, along with retrieved memories that show what has been recalled by the agent as you chat.
Viewing memories
Once your chat is done, open Memories from the sidebar, where you can inspect the memory graph built from your conversation with the agent.
Adding knowledge
From the sidebar, open Knowledge to go beyond chat-only data and add Authoritative pillar sources (documents, policies, and structured files the agent should treat as curated). Inside this view you will see the kinds of sources you can plug in, for example:
PDF
Markdown
JSON
Documents
Web pages
Images
Audio
Media
If you don't have any knowledge sources offhand that you'd like to add, try copying this sample mini dataset in JSON format containing some information on various musical instruments.
API keys
To call Spectron outside the Surrealist UI, open API keys. There you will see your Spectron base URL, your Context ID (for example 06eqs1luktt4d505nfchtdrfmo), and controls to create end-user keys. Keys are shown once when created – copy them straight into a secret store.
The page includes copy-ready snippets (cURL, JavaScript, Python, Rust, and others). Some snippets label the header Token; the HTTP API itself expects API-KEY as documented in the REST API.
For request paths and payloads (sessions, turns, recall, knowledge), follow the Hosted quickstart and the REST API reference so your calls match the current wire format.
Next steps
Hosted quickstart – environment variables and first remember / recall calls with cURL.
REST API – full endpoint list under
/api/v1/{context_id}/….Eight pillars and six categories – how Playground and Knowledge map onto Spectron’s memory model.