# UniversalBench ## Docs - [Beyond AI editors](https://docs.universalbench.dev/agent-ready/contextual.md): UniversalBench is not just for coding agents. Use it from any context where an AI needs to execute, decide, or remember. - [Prompts that activate UniversalBench](https://docs.universalbench.dev/agent-ready/prompt.md): Battle proven prompts that reliably trigger UB capabilities across any AI agent. - [What your AI sees](https://docs.universalbench.dev/agent-ready/visibility.md): How UniversalBench shows up in your AI's context, and how to guide it well. - [Use with Claude Code](https://docs.universalbench.dev/ai-tools/claude-code.md): Add UniversalBench to Claude Code (Anthropic's terminal coding agent) so it can ship code, query data, and run pipelines end to end. - [Use with Claude Desktop](https://docs.universalbench.dev/ai-tools/claude-desktop.md): Add UniversalBench to Claude Desktop (Anthropic's native macOS and Windows app) for general purpose AI execution. - [Use with Cursor](https://docs.universalbench.dev/ai-tools/cursor.md): Add UniversalBench to Cursor so your AI editor can run code, query databases, and ship safely. - [Use with any MCP client](https://docs.universalbench.dev/ai-tools/custom.md): UniversalBench works with any AI client that speaks MCP. Continue, Zed, Cline, ChatGPT custom GPTs, plus your own custom agents in Python or Node. - [Use with Windsurf](https://docs.universalbench.dev/ai-tools/windsurf.md): Add UniversalBench to Windsurf (Codeium's AI editor) for end to end agentic workflows. - [Billing Health](https://docs.universalbench.dev/api-reference/billing/billing-health.md): Diagnostic endpoint — shows what is configured without exposing secrets. - [Billing Status](https://docs.universalbench.dev/api-reference/billing/billing-status.md): Returns current billing state for the authenticated customer. - [Create Checkout](https://docs.universalbench.dev/api-reference/billing/create-checkout.md): Creates a Stripe Checkout Session in subscription mode. Returns { url } for client redirect. - [Create Portal](https://docs.universalbench.dev/api-reference/billing/create-portal.md): Creates Stripe Customer Portal session URL for billing management. - [Webhook](https://docs.universalbench.dev/api-reference/billing/webhook.md): Receives Stripe events. Verifies signature, updates ub_customers via service role. Idempotent via ub_stripe_events table. - [Health](https://docs.universalbench.dev/api-reference/health.md) - [Root](https://docs.universalbench.dev/api-reference/root.md) - [Version Endpoint](https://docs.universalbench.dev/api-reference/version-endpoint.md) - [Workbench Execute](https://docs.universalbench.dev/api-reference/workbench-execute.md) - [Workbench Health](https://docs.universalbench.dev/api-reference/workbench-health.md) - [Advanced patterns](https://docs.universalbench.dev/development.md): Sessions, adaptive caching, safe deploys, secrets vault. - [UniversalBench](https://docs.universalbench.dev/index.md): AI has the intelligence. UniversalBench gives it the infrastructure to act. - [Quickstart](https://docs.universalbench.dev/quickstart.md): Get your personal MCP URL and run your first call in under five minutes. ## OpenAPI Specs - [openapi](https://penantia-mcp-production.up.railway.app/openapi.json) ## Optional - [Website](https://universalbench.dev) - [GitHub](https://github.com/nikhilgogulwar)