Sign in
or
Have your agent use it anonymously
Paste the prompt below into Cursor, Claude, or any MCP-aware agent. It creates an anonymous workspace scoped to an API key — the agent uses the key on every call. There's no browser login for anonymous workspaces; you reach them through the agent only.
Install the Schematic MCP server for me.
Run this to get an anonymous API key:
curl -sS -X POST https://schematic.slash.com/api/anonymous
The response is JSON like {"token":"sch_...","tokenPrefix":"sch_..."}.
Then add this MCP server config (substitute the token value into the
X-API-Key header) and load it:
{
"mcpServers": {
"schematic": {
"url": "https://schematic.slash.com/api/mcp",
"headers": {
"X-API-Key": "<paste token from the curl above>"
}
}
}
}
Once the server is loaded, the MCP `initialize` response includes
further usage instructions — follow those from there.MCP URL: https://schematic.slash.com/api/mcp
New here? Create an account.