zephex
CLIGet StartedPricingMCP ToolsCommunityGuidesDocs
←BackSign in
CLIGet StartedPricingMCP ToolsCommunityGuidesDocs
Get started freeSign in
DocsAPIToolsEditorsChangelogHelp

GET STARTED

WelcomeQuickstartSetup videoMCP Q&A (learn)BlogWhat is MCP?Who is Zephex for?Plans & PricingZ-GASAB benchmarkBenchmark chart (live)Changelog

INSTALLATION

Web Terminal tools (plain English)Terminal tools (complete)Connect MCPVS Code Marketplace extensionCLI (no AI agent)CLI init (first run)CLI account & logoutNPX (Recommended)Test Pulse (check test)Test Pulse commandsProject MemorySupply Pulse (supply)Supply Pulse commandsTerminal CLI referenceSlash commands (37 palette)Web Terminal (dashboard)Command CompassCLI commandsCLI in DockerCLI: All editors (one command)CLI: Crush, Hermes, ChatGPT, KiloOAuth & HTTP setupInstall overviewHTTP APISetup WalkthroughHTTP vs stdio

API & KEYS

API Key ManagementKey Naming & FormatAuthenticationKey Dashboard

CONFIGURATION

Universal RequirementsSupported EditorsHow It WorksArchitectureCLAUDE.md TemplateAGENTS.md Template

EDITORS28 guides

Supported EditorsVS CodeVS Code extension (Marketplace)Claude CodeCursorWindsurfJetBrains

PLATFORM

macOSWindowsLinux

TOOLS10 tools

Capabilities OverviewTools OverviewTool FilteringTool Workflowsget_project_contextread_codefind_codecheck_packageexplain_architectureZephex_dev_infocheck_testaudit_headerskeep_thinkingproject_memory

GUIDES

Best PracticesToken EfficiencyUse CasesZephex vs Local MCPZephex vs Context7Zephex vs GitHub MCPZephex vs SmitheryMCP EcosystemMarkdown Access

SUPPORT

Help CenterMCP troubleshootingTeam rolloutFAQConnection IssuesRate LimitsDowntime & ErrorsBillingTier GuidePro & Max guideUsage LimitsUsage Analytics

LEGAL

System StatusTerms (summary)Privacy (summary)Data UseSecurityAuthenticationSecurityData HandlingPrivacy PolicyTerms of Service

Quick Links

API Reference

Complete API documentation

Troubleshooting

Common issues and solutions

Community

Join our Discord community

Plugins

Editor and CLI integrations

Pricing

Free, Pro, and Max plans

Enter
Zephex_devzephex-devzephexzephexhello@zephex.dev
© 2026 Zephex. All systems operational.

Support

Pro & Max Guide

This page covers what changes on Pro and Max tiers: team setup, key scopes, request management, and support.

What Pro unlocks beyond Free

  1. Unlimited API keys so you can create one key per developer, project, environment, or workflow.
  2. Custom key scopes so each key can be restricted to a subset of tools.
  3. 10 backends for broader infrastructure coverage.
  4. 777 bonus requests for your first 7 days after you pay $7.
WHAT'S DIFFERENT ON MAX
  1. 10,000 requests/month for larger teams and automated workflows.
  2. 20 backends for larger infrastructure setups.
  3. Priority support with fastest queue placement through the feedback flow.
CUSTOM KEY SCOPES

On Pro and Max, API keys can be restricted to specific tools. Calls outside the allowed scope return 403 Forbidden.

text
# CI/CD pipeline key — only security scanningAllowed tools: audit_headers, Zephex_dev_info, find_code # Junior developer key — no architecture analysisAllowed tools: get_project_context, read_code, find_code # Full access key — all toolsAllowed tools: (leave blank for full access)

Scopes are set during key creation and can be updated from the dashboard later.

TEAM SETUP
  1. Create one key per developer such as alice-dev.
  2. Create environment keys such as team-staging.
  3. Restrict CI keys to security tools when possible.
  4. Use Dashboard → Usage to monitor request counts by key.
  5. Revoke a compromised key individually instead of rotating the whole team.
REQUEST MANAGEMENT
  • Call check_test first to cut 3 to 8 unnecessary reads.
  • Cache get_project_context output in session notes.
  • Use find_code before read_code.
  • Run audit_headers after deploy, not repeatedly during development.
PRIORITY SUPPORT

Max support goes to the top of the queue. Use the feedback form at /feedback with your account email and MAX in the subject. Or email support@zephex.dev directly with MAX in the subject line. Target response time is within 24 hours on business days.