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
- Get a token. Create a key under Settings → API keys. The Client SDK, the MCP server and the API all read the same token.
- Pick an on-ramp. Install
@jetty/sdkin your app, add the MCP server to your editor, or call the REST API directly with a bearer token. - 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
- jettyio/jettyio-skills: the Claude Code plugin, the MCP server, and the shell CLI.
- jettyio/jetty-sdk:
@jetty/sdk, the TypeScript client, plus@jetty/eveand the eve and Flue worked examples.