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/clinjy statusnjy status anthropic-claude-codenjy status openai-api --watchRegister the stdio MCP server in clients that support MCP tools.
npm install -g @notjustyou/mcpConfigure `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@notjustyoucodex plugin marketplace add dobbylee/notjustyoucodex plugin add notjustyou@notjustyouCursor 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-apinpm install @notjustyou/sdk-jsSupported 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.
Detailed package setup remains in the package README files.