|
1 | 1 | --- |
2 | 2 | title: Introduction |
3 | | -description: "Executor is the open-source integration layer for AI agents — one catalog for every tool, shared across every agent you use." |
| 3 | +description: "Executor is the open-source integration layer for AI agents: one catalog for every tool, shared across every agent you use." |
4 | 4 | --- |
5 | 5 |
|
6 | | -Configure every integration once — MCP servers, OpenAPI specs, GraphQL |
7 | | -endpoints — with authentication and per-tool [policies](/concepts/policies), |
| 6 | +Configure every integration once (MCP servers, OpenAPI specs, GraphQL |
| 7 | +endpoints) with authentication and per-tool [policies](/concepts/policies), |
8 | 8 | then use that same catalog from any MCP-compatible agent. |
9 | 9 |
|
10 | 10 | ## Get started |
11 | 11 |
|
12 | 12 | Choose how to run Executor: |
13 | 13 |
|
14 | | -- **[CLI](/local/cli)** — a background service on your machine, from the terminal |
15 | | -- **[Desktop app](/local/desktop)** — the same runtime, as a desktop app |
16 | | -- **[Executor Cloud](/hosted/cloud)** — hosted, with a free tier; nothing to run yourself |
17 | | -- **Self-host** — your own infrastructure, via [Docker](/hosted/docker) or [Cloudflare](/hosted/cloudflare) |
| 14 | +- **[CLI](/local/cli)**: a background service on your machine, from the terminal |
| 15 | +- **[Desktop app](/local/desktop)**: the same runtime, as a desktop app |
| 16 | +- **[Executor Cloud](/hosted/cloud)**: hosted, with a free tier; nothing to run yourself |
| 17 | +- **Self-host**: your own infrastructure, via [Docker](/hosted/docker) or [Cloudflare](/hosted/cloudflare) |
18 | 18 |
|
19 | 19 | ## Concepts |
20 | 20 |
|
21 | | -- **[Integrations](/concepts/integrations)** — what Executor connects to |
22 | | -- **[Connections](/concepts/connections)** — configured instances of an integration |
23 | | -- **[Policies](/concepts/policies)** — what each tool is allowed to do |
| 21 | +- **[Integrations](/concepts/integrations)**: what Executor connects to |
| 22 | +- **[Connections](/concepts/connections)**: configured instances of an integration |
| 23 | +- **[Policies](/concepts/policies)**: what each tool is allowed to do |
0 commit comments