Skip to main content
GET
Preview what an environment resolves to

Authorizations

Authorization
string
header
required

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

projectId
string
required

ID of the hosted project that contains the server.

environmentId
string
required

Project environment ID, as returned by the project's environment list.

Response

The resolved execution inputs.

What an environment resolves to right now — the same resolution an eval run performs.

environment
object
required
hostId
string
required
hostName
string
required
hostConfigId
string
required

The host's config at resolve time — hosts rotate configs live, so this can change without the environment's revision changing.

selectedServerIds
string[]
required

The closed non-plugin server set.

effectiveServerIds
string[]
required

selectedServerIds plus the servers contributed by pinned plugin versions — the set a run actually connects. Identical to selectedServerIds when no plugins are pinned.

pluginVersions
object[]
required

The resolved plugin version pins, in pin order.

servers
object[]
required

Connectable projection of effectiveServerIds, healed to the current live servers.

serverAttachmentId
string