Official status
Provider feeds are shown separately from Not Just You signals.
Check official status, community reports, and opt-in client signals in one place,then decide whether an AI service issue is local or widespread.
Official status, manual reports, and installed-client signals stay separatedso users can see whether others are experiencing the same issue before deciding what to do next.
Provider feeds are shown separately from Not Just You signals.
Manual browser reports remain available as a fallback signal.
Opt-in clients send metadata-only failure signals from real workflows.
Installed clients send service-level metadata only. Prompt text, provider bodies, headers, API keys, file paths, and account identifiers are outside the collection boundary.
Service id, symptom, status code when available, duration, short error code, source, and observed time.
Prompts, messages, request or response bodies, headers, API keys, cookies, file paths, exact IP addresses, usernames.
{
"serviceId": "anthropic-claude-api",
"source": "api_middleware",
"symptom": "network_error",
"durationMs": 5500,
"errorCode": "timeout"
}Live status cards keep official status, community reports, and installed-client signals separated by source.
Install the clients, wire provider calls, and check supported service ids without leaving this page.
Use the CLI for quick status checks and explicit local reporting setup.
npm install -g @notjustyou/cli
njy status
njy status anthropic-claude-code
njy status openai-api --watch
Register the stdio MCP server in clients that support MCP tools.
npm install -g @notjustyou/mcp
Configure `notjustyou-mcp` as a stdio server in your client. The MCP tools read public status summaries and can guide explicit local reporting setup where supported.
Plugins keep status lookup close to the AI client you are already using.
/plugin marketplace add dobbylee/notjustyou
/plugin install notjustyou@notjustyou
codex plugin marketplace add dobbylee/notjustyou
codex plugin add notjustyou@notjustyou
Cursor and Antigravity plugins are published as packages and currently use manual local plugin installation. Package READMEs remain the source of truth for client-specific setup.
Wrap AI provider calls to contribute opt-in metadata-only failure signals.
njy setup --service openai-api
npm install @notjustyou/sdk-js
Supported SDK service ids are `openai-api`, `anthropic-claude-api`, and `google-gemini-api`.
Surface ids are stable identifiers for dashboard lookup, CLI commands, MCP tools, and SDK setup.
anthropic-claude-codeanthropic-claude-aianthropic-claude-coworkanthropic-claude-apiopenai-codex-cliopenai-codex-appopenai-chatgptopenai-apigoogle-antigravity-cligoogle-antigravitygoogle-antigravity-idegoogle-gemini-webgoogle-gemini-apigoogle-vertex-gemini-apicursor-idecursor-cliNot Just You collects service-level status metadata, not user content.
It does not store prompt text, request or response bodies, headers, API keys, cookies, source files, diffs, file paths, clipboard content, exact IP addresses, account emails, machine names, local usernames, or workspace identifiers.
Detailed package setup remains in the package README files.
CLIMCP serverSDKClaude Code pluginCursor pluginAntigravity pluginCodex plugin