Documentation menu

Connecting Your App

Jetty is one API with swappable parts. Everything below talks to the same backend. We support swappable AI gateways (and models), agent runtimes, and frameworks. Use through our Client SDK or call Jetty's API directly.

Connect in three steps

  1. Get a token. Create a key under Settings → API keys. The Client SDK, the MCP server and the API all read the same token.
  2. Pick an on-ramp. Install @jetty/sdk in your app, add the MCP server to your editor, or call the REST API directly with a bearer token.
  3. Choose the parts. Pick an AI gateway and an agent runtime for the workload. Both are runtime configuration, not app code, so you can swap them per run.

Open source projects