Sign up at context.brianonai.com
After signup, you'll receive an API key. Save this securely - you'll need it to give Claude access.
Your API key looks like this:
FqAXEWdVo1BV0gS+ZWZuvXo23+5IkkH2qX0hVtTaxdE=
There are two ways to give Claude access to Context:
Best for: Always having Context available in every conversation
You have access to Context - a persistent memory system for our conversations.
API Endpoint: https://context.brianonai.com
My API Key: [YOUR_API_KEY_HERE]
IMPORTANT: At the start of EVERY conversation, call:
GET https://context.brianonai.com/context/briefing?project=getting-started
Header: X-API-Key: [YOUR_API_KEY_HERE]
This will load your welcome information and trial details.
Use Context to:
- Save important information automatically
- Remember decisions, preferences, and context
- Continue projects across conversations
- Never lose important details
[YOUR_API_KEY_HERE] with your actual API key!
Best for: Only using Context in specific conversations
Start each conversation with:
You have access to Context - a persistent memory system for our conversations.
API Endpoint: https://context.brianonai.com
My API Key: [YOUR_API_KEY_HERE]
IMPORTANT: Before we start, please call:
GET https://context.brianonai.com/context/briefing?project=getting-started
Header: X-API-Key: [YOUR_API_KEY_HERE]
This will load your welcome information and trial details.
After you receive the briefing, confirm you can access Context and summarize my trial limits.
After setting up access, start a new conversation and say:
"Please check Context and tell me what briefing you received."
If it's working, Claude will:
See what Claude has saved:
Once set up, you don't need to do anything special. Just chat with Claude naturally, and it will:
Context automatically organizes your memories by topic (project). For example:
Claude detects and uses topics automatically. You can filter by topic in Cortex.
You can also explicitly tell Claude to use Context:
// Save something specific
"Remember that I prefer TypeScript over JavaScript"
// Search past memories
"What did we decide about the database schema?"
// Get project context
"Load context for the plotluck project"
// Save session summary
"Please save a summary of this conversation to Context"
Check these:
[YOUR_API_KEY_HERE] with your actual API key?Still not working? Try the manual test:
curl -H "X-API-Key: YOUR_KEY" \
https://context.brianonai.com/context/briefing?project=getting-started
If this returns JSON, your API key is working.
Possible causes:
Your API key might be incorrect. Double-check:
Your 14-day trial includes:
After your trial, Context is $4.99/month for:
We're here to help!