Hosts
List a project's hosts
The hosts saved in the project — the named model + capability profiles you attach to chats and eval suites. Returns the ids the host detail/update/delete routes take.
GET
List a project's hosts
Authorizations
MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.
Path Parameters
ID of the hosted project that contains the server.
Response
The project's hosts.
Previous
Create a host (from a template or a full config)Creates a host in the project and responds `201` with the new host's detail. Seed the host config one of two ways: pass `template` (a built-in template id, optional `theme`) to seed server-side from the same presets the inspector UI uses, OR pass `config` (a full host config v2). Exactly one of `template` or `config` is required.
Guest callers are denied (host creation is a write).
Next
List a project's hosts

