diff --git a/apps/marketing/src/pages/index.astro b/apps/marketing/src/pages/index.astro index cd0940b87..81eaffd6a 100644 --- a/apps/marketing/src/pages/index.astro +++ b/apps/marketing/src/pages/index.astro @@ -138,9 +138,10 @@ Source (and the place to start if something breaks): https://github.com/UsefulSo
- Executor is an MCP gateway. Anything that speaks MCP, like Claude - Code, Cursor, or Codex, points at one endpoint and reaches every - tool you connect. + Every agent you run wants its own connections to your email, + calendar, and tools. Connect them once in Executor; anything that + speaks MCP, like Claude Code, Cursor, or Codex, points at one + endpoint and has them all.
- Wiring tools to agents is fiddly, per-client, and easy to get wrong. - Executor makes every tool, from any protocol, look the - same: one name, one input - schema, one output schema, so any agent can call any of them - the same way. + You don't have one agent anymore. You have Claude Code, Cursor, a + ChatGPT account, something running in a closet. Each one wants its + own OAuth into everything, and each one is missing + something when you need it.
++ Executor ends the re-wiring. Connect a service once and every agent + reaches it through one endpoint, with every tool in the same shape: + one name, one input schema, one output schema. +
++ Most agent connectors stop at one account per service: one + Google login, so your agent sees your work calendar or your + personal one, never both. Your flights land in one inbox and + your meetings in the other, and no agent can reason over your + actual day. +
++ Executor treats accounts as connections: add as many as you + have, per service, side by side. Work and personal Gmail, two + calendars, a staging and a production Stripe. Every agent you + point at Executor sees all of them at once. +
++ One question — "what does my day look like?" — answered across + every account you have. +
+