Initializing... 0%
Describe this project to help the AI provide better responses. Include purpose, technology stack, architecture patterns, domain concepts, or any other relevant context.
These defaults apply to new conversations
Create a key to access MakeShift AI from outside the web app — Claude Code (MCP), Codex, or any script.
MCP — endpoint POST /mcp/, exposes:
list_sources() — list indexed sources available to you.ask(query, sources?, response_style?) — agentic search across them.REST — POST /api/v1/ask, body { query, sources?, response_style?, model_tier?, max_turns? }; returns answer + sources, token usage and cost. Limited to 10 req/min.
Authenticate every request with Authorization: Bearer msk_…. A key acts as you and can be revoked below.
| Name | Key | Last Used | Created | |
|---|---|---|---|---|
| Loading... | ||||
Claude Code (global, all projects):
REST API / curl: