# Server4Agent > Give your AI assistant a way to ship real tools and automations your team can > open. Managers can start in the dashboard; developers can connect assistant > tools or take over in browser VS Code. Projects are private by default, public > when you choose, and capped by your budget. Server4Agent is a shipping layer for AI assistants. The account holds API keys and a budget cap. Work happens two ways: (1) describe a goal in the dashboard task composer, or (2) connect an outer agent over MCP/REST and delegate with `prompt(goal)`. The on-server build agent plans, writes, runs, and ships. Engineers can open the same project in browser VS Code with full git history. ## Pages - [Home](https://www.server4agent.com/): Manager-first and developer paths, sandbox comparison, examples. - [How it works](https://www.server4agent.com/how-it-works): Goal → live link flow, dashboard preview, MCP config. - [Integrations](https://www.server4agent.com/integrations): Connect the assistant you already use; copy-paste MCP configs per client. - [Pricing](https://www.server4agent.com/pricing): Free, Starter, Pro, Business, Enterprise; usage credits and caps. - [Templates](https://www.server4agent.com/templates): Five flagship starter workflows for first projects, each with its own detail page. - [Showcase](https://www.server4agent.com/showcase): Example shapes of work (monitors, sites, dashboards, integrations). - [For managers](https://www.server4agent.com/for-managers): Outcome-first path for founders, PMs, and ops leads; no code required. - [Security](https://www.server4agent.com/security): Isolation, private-by-default projects, secrets, budget caps, roadmap items. - [Blog](https://www.server4agent.com/blog): Articles on agent infrastructure and shipping workflows. - [Alternatives](https://www.server4agent.com/alternatives): Where Server4Agent fits vs sandboxes and coding agents (E2B, Replit Agent, LangChain sandboxes). - [Docs](https://www.server4agent.com/docs): Overview and links to all developer guides. - [Quickstart](https://www.server4agent.com/docs/quickstart): Zero to live URL in minutes. - [MCP server](https://www.server4agent.com/docs/mcp): Connect, full tool list, templates. - [REST API](https://www.server4agent.com/docs/api): HTTP mirror of MCP primitives. - [Authentication](https://www.server4agent.com/docs/authentication): API keys, scopes, budget cap. - [Webhooks](https://www.server4agent.com/docs/webhooks): Event types and signed payloads. - [Examples](https://www.server4agent.com/docs/examples): Worked MCP and HTTP sequences. - [Agent loop](https://www.server4agent.com/docs/agent-loop): Full tool-calling loop in Python. - [Company](https://www.server4agent.com/company): About Server4Agent. - [Contact](https://www.server4agent.com/contact): Sales, enterprise, design partners. - [Developers](https://www.server4agent.com/developers): Developer-focused overview (MCP, code samples, tool surface). Footer only; not in main nav. ## Endpoints - Marketing: `https://www.server4agent.com` - MCP (JSON-RPC): `https://mcp.server4agent.com` - REST API: `https://api.server4agent.com` - Deployed apps: `https://.apps.server4agent.com` (public projects only) ## Key facts - **Two entry paths:** dashboard task composer (no code) or MCP/REST from any compatible assistant. - **Delegation:** outer agent or human sends a goal; the build agent on the server ships the result. - **Data model:** Account → Server (tiered box) → Project (workspace with slug, visibility, lifecycle). - **Public URLs:** projects default to private; set `visibility: "public"` to serve at `*.apps.server4agent.com`. - **Persistent or ephemeral:** long-lived monitors/dashboards vs one-shot jobs with `cleanup_project`. - **Engineer handoff:** every project is a git repo; Developer tab opens browser VS Code + commit history. - **Templates:** Starters (`list_templates`) for lead alerts, uptime monitors, waitlist pages, price/job watchers, CSV cleanup portals, APIs, scrapers, dashboards, RPA bots, and monitors. - **Spend control:** account-wide monthly budget cap; only the account holder can raise it; agents cannot override it. - **Not a sandbox:** sandbox primitives give a CPU for seconds and the caller writes code; Server4Agent returns an owned project with a stable URL. ## Optional - [Full context](https://www.server4agent.com/llms-full.txt): Complete feature list, MCP tools, dashboard surfaces, plans, webhooks, and security.