Create Session
Headers
Request body
Example request
{
"agent": "agent_011CZkYpogX7uDKUyvBTophP",
"environment_id": "env_011CZkZ9X2dpNyB7HsEFoRfW",
"title": "Order #1234 inquiry"
}Response
Successful response (OK)
Example response
{
"type": "session",
"id": "sesn_011CZkZAtmR3yMPDzynEDxu7",
"status": "idle",
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z",
"archived_at": null,
"budget": null,
"environment_id": "env_011CZkZ9X2dpNyB7HsEFoRfW",
"title": "Order #1234 inquiry",
"metadata": {},
"agent": {
"type": "agent",
"id": "agent_011CZkYpogX7uDKUyvBTophP",
"version": 1,
"name": "My First Agent",
"description": "A general-purpose starter agent.",
"model": {
"id": "claude-opus-5",
"speed": "standard"
},
"system": "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.",
"tools": [
{
"type": "agent_toolset_20260401",
"default_config": {
"enabled": true,
"permission_policy": {
"type": "always_ask"
}
},
"configs": []
}
],
"mcp_servers": [
{
"type": "url",
"name": "example-mcp",
"url": "https://example-server.modelcontextprotocol.io/sse"
}
],
"skills": [
{
"type": "anthropic",
"skill_id": "xlsx",
"version": "1"
},
{
"type": "custom",
"skill_id": "skill_011CZkZFNu9hAbo3jZPRgTlx",
"version": "2"
}
],
"multiagent": null
},
"resources": [
{
"type": "file",
"id": "sesrsc_011CZkZBJq5dWxk9fVLNcPht",
"file_id": "file_011CNha8iCJcU1wXNR6q4V8w",
"mount_path": "/uploads/receipt.pdf",
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z"
},
{
"type": "github_repository",
"id": "sesrsc_011CZkZCKr6eXyl0gWMOdQiu",
"url": "https://github.com/example-org/example-repo",
"mount_path": "/workspace/example-repo",
"checkout": {
"type": "branch",
"name": "main"
},
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z"
}
],
"vault_ids": [
"vlt_011CZkZDLs7fYzm1hXNPeRjv"
],
"usage": {
"input_tokens": 0,
"output_tokens": 0,
"cache_read_input_tokens": 0
},
"stats": {
"duration_seconds": 0,
"active_seconds": 0
},
"outcome_evaluations": [
{
"type": "outcome_evaluation",
"outcome_id": "outc_011CZkZRSw2kEfs6ncTVljxP",
"description": "Produce a 2-page summary as summary.md",
"result": "satisfied",
"iteration": 0,
"completed_at": "2026-03-15T10:02:31Z",
"explanation": "All five sections present with inline citations."
}
]
}Changes
Changed in 16 of the 67 revisions of this API.571291
- ▲
added
BetaManagedAgentsBashToolConfigBetaManagedAgentsEditToolConfigBetaManagedAgentsReadToolConfigBetaManagedAgentsWriteToolConfigBetaManagedAgentsGlobToolConfigBetaManagedAgentsGrepToolConfigBetaManagedAgentsWebFetchToolConfigBetaManagedAgentsWebSearchToolConfigto theagent/multiagent/anyOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/oneOf[BetaManagedAgentsSessionThreadAgent]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
BetaManagedAgentsBashToolConfigBetaManagedAgentsEditToolConfigBetaManagedAgentsReadToolConfigBetaManagedAgentsWriteToolConfigBetaManagedAgentsGlobToolConfigBetaManagedAgentsGrepToolConfigBetaManagedAgentsWebFetchToolConfigBetaManagedAgentsWebSearchToolConfigto theagent/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
removed the required property
agent/multiagent/anyOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/oneOf[BetaManagedAgentsSessionThreadAgent]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/enabledfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/multiagent/anyOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/oneOf[BetaManagedAgentsSessionThreadAgent]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/multiagent/anyOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/oneOf[BetaManagedAgentsSessionThreadAgent]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/permission_policyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/enabledfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/permission_policyfrom the response with the200statusresponse-required-property-removed
- ●
removed the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/configs/items/enabledrequest-property-removed
- ●
removed the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/configs/items/namerequest-property-removed
- ●
removed the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/configs/items/permission_policyrequest-property-removed
- ○
added discriminator to
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/configs/items/request propertyrequest-property-discriminator-added
- ○
added
BetaManagedAgentsBashToolConfigParamsBetaManagedAgentsEditToolConfigParamsBetaManagedAgentsReadToolConfigParamsBetaManagedAgentsWriteToolConfigParamsBetaManagedAgentsGlobToolConfigParamsBetaManagedAgentsGrepToolConfigParamsBetaManagedAgentsWebFetchToolConfigParamsBetaManagedAgentsWebSearchToolConfigParamsto theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/configs/items/request propertyoneOflistrequest-property-one-of-added
- ○
added discriminator to
agent/multiagent/anyOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/oneOf[BetaManagedAgentsSessionThreadAgent]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/response property for the response status200response-property-discriminator-added
- ○
added discriminator to
agent/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/response property for the response status200response-property-discriminator-added
- ▲
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/effortbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/inference_geobecame not nullablerequest-property-became-not-nullable
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/speedbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/skills/items/oneOf[BetaManagedAgentsAnthropicSkillParams]/versionbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/skills/items/oneOf[BetaManagedAgentsCustomSkillParams]/versionbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/systembecame not nullablerequest-property-became-not-nullable
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/configs/items/enabledbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/configs/items/permission_policybecame not nullablerequest-property-became-not-nullable
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/default_configbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsMCPToolsetParams]/configs/items/enabledbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsMCPToolsetParams]/configs/items/permission_policybecame not nullablerequest-property-became-not-nullable
- ▲
the request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsMCPToolsetParams]/default_configbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
initial_events/items/oneOf[BetaManagedAgentsUserDefineOutcomeEventParams]/max_iterationsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
initial_events/items/oneOf[BetaManagedAgentsUserMessageEventParams]/content/items/oneOf[BetaManagedAgentsDocumentBlock]/contextbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
initial_events/items/oneOf[BetaManagedAgentsUserMessageEventParams]/content/items/oneOf[BetaManagedAgentsDocumentBlock]/titlebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
resources/items/oneOf[BetaManagedAgentsFileResourceParams]/mount_pathbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
resources/items/oneOf[BetaManagedAgentsGitHubRepositoryResourceParams]/checkoutbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
resources/items/oneOf[BetaManagedAgentsGitHubRepositoryResourceParams]/mount_pathbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
resources/items/oneOf[BetaManagedAgentsMemoryStoreResourceParam]/accessbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
resources/items/oneOf[BetaManagedAgentsMemoryStoreResourceParam]/instructionsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
titlebecame not nullablerequest-property-became-not-nullable
- ▲
response property
agent/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
agent/systemlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
deployment_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
outcome_evaluations/items/explanationlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
resources/items/oneOf[BetaManagedAgentsMemoryStoreResource]/instructionslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
resources/items/oneOf[BetaManagedAgentsMemoryStoreResource]/mount_pathlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
resources/items/oneOf[BetaManagedAgentsMemoryStoreResource]/namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
titlelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
resources/items/oneOf[BetaManagedAgentsMemoryStoreResource]/instructionsresponse property's maxLength was unset from4096for the response status200response-property-max-length-unset
- ▲
the
resources/items/oneOf[BetaManagedAgentsGitHubRepositoryResource]/checkoutresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ●
removed
BetaManagedAgentsAgentToolsetDefaultConfigParamsfrom theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/default_configrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
BetaManagedAgentsEffortParamsfrom theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/effortrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
BetaManagedAgentsMCPToolsetDefaultConfigParamsfrom theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsMCPToolsetParams]/default_configrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
BetaManagedAgentsMountModefrom theresources/items/oneOf[BetaManagedAgentsMemoryStoreResourceParam]/accessrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
BetaManagedAgentsPermissionPolicyfrom theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/configs/items/permission_policyrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
BetaManagedAgentsPermissionPolicyfrom theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsMCPToolsetParams]/configs/items/permission_policyrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
BetaManagedAgentsRepositoryCheckoutfrom theresources/items/oneOf[BetaManagedAgentsGitHubRepositoryResourceParams]/checkoutrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
BetaManagedAgentsSpeedfrom theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/speedrequest propertyallOflistrequest-property-all-of-removed
- ○
added
BetaManagedAgentsAgentToolsetDefaultConfigParamssubschema #2to theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/default_configrequest propertyanyOflistrequest-property-any-of-added
- ○
added
BetaManagedAgentsEffortParamssubschema #2to theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/effortrequest propertyanyOflistrequest-property-any-of-added
- ○
added
BetaManagedAgentsMCPToolsetDefaultConfigParamssubschema #2to theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsMCPToolsetParams]/default_configrequest propertyanyOflistrequest-property-any-of-added
- ○
added
BetaManagedAgentsMountModesubschema #2to theresources/items/oneOf[BetaManagedAgentsMemoryStoreResourceParam]/accessrequest propertyanyOflistrequest-property-any-of-added
- ○
added
BetaManagedAgentsPermissionPolicysubschema #2to theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/configs/items/permission_policyrequest propertyanyOflistrequest-property-any-of-added
- ○
added
BetaManagedAgentsPermissionPolicysubschema #2to theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsMCPToolsetParams]/configs/items/permission_policyrequest propertyanyOflistrequest-property-any-of-added
- ○
added
BetaManagedAgentsRepositoryCheckoutsubschema #2to theresources/items/oneOf[BetaManagedAgentsGitHubRepositoryResourceParams]/checkoutrequest propertyanyOflistrequest-property-any-of-added
- ○
added
BetaManagedAgentsSpeedsubschema #2to theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/speedrequest propertyanyOflistrequest-property-any-of-added
- ○
request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/inference_geolist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/skills/items/oneOf[BetaManagedAgentsAnthropicSkillParams]/versionlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/skills/items/oneOf[BetaManagedAgentsCustomSkillParams]/versionlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/systemlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401Params]/configs/items/enabledlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsMCPToolsetParams]/configs/items/enabledlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
initial_events/items/oneOf[BetaManagedAgentsUserDefineOutcomeEventParams]/max_iterationslist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
initial_events/items/oneOf[BetaManagedAgentsUserMessageEventParams]/content/items/oneOf[BetaManagedAgentsDocumentBlock]/contextlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
initial_events/items/oneOf[BetaManagedAgentsUserMessageEventParams]/content/items/oneOf[BetaManagedAgentsDocumentBlock]/titlelist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
resources/items/oneOf[BetaManagedAgentsFileResourceParams]/mount_pathlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
resources/items/oneOf[BetaManagedAgentsGitHubRepositoryResourceParams]/mount_pathlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
resources/items/oneOf[BetaManagedAgentsMemoryStoreResourceParam]/instructionslist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
titlelist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
the
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/skills/items/oneOf[BetaManagedAgentsAnthropicSkillParams]/versionrequest property's minLength was decreased from1to0request-property-min-length-decreased
- ○
the
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/skills/items/oneOf[BetaManagedAgentsCustomSkillParams]/versionrequest property's minLength was decreased from1to0request-property-min-length-decreased
- ○
the
resources/items/oneOf[BetaManagedAgentsFileResourceParams]/mount_pathrequest property's minLength was decreased from1to0request-property-min-length-decreased
- ○
the
resources/items/oneOf[BetaManagedAgentsGitHubRepositoryResourceParams]/mount_pathrequest property's minLength was decreased from1to0request-property-min-length-decreased
- ○
removed
BetaManagedAgentsBudgetfrom thebudgetresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BetaManagedAgentsMountModefrom theresources/items/oneOf[BetaManagedAgentsMemoryStoreResource]/accessresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BetaManagedAgentsServerToolUsagefrom theusage/allOf[BetaManagedAgentsSessionUsage]/server_tool_useresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BetaManagedAgentsSessionMultiagentfrom theagent/multiagentresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BetaMonetaryAmountfrom theusage/allOf[BetaManagedAgentsSessionUsage]/list_costresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BetaTimestampfrom thearchived_atresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BetaTimestampfrom theoutcome_evaluations/items/completed_atresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
added
BetaManagedAgentsBudgetsubschema #2to thebudgetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
BetaManagedAgentsMountModesubschema #2to theresources/items/oneOf[BetaManagedAgentsMemoryStoreResource]/accessresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
BetaManagedAgentsRepositoryCheckoutsubschema #2to theresources/items/oneOf[BetaManagedAgentsGitHubRepositoryResource]/checkoutresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
BetaManagedAgentsServerToolUsagesubschema #2to theusage/allOf[BetaManagedAgentsSessionUsage]/server_tool_useresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
BetaManagedAgentsSessionMultiagentsubschema #2to theagent/multiagentresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
BetaMonetaryAmountsubschema #2to theusage/allOf[BetaManagedAgentsSessionUsage]/list_costresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
BetaTimestampsubschema #2to thearchived_atresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
BetaTimestampsubschema #2to theoutcome_evaluations/items/completed_atresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed discriminator from
resources/items/oneOf[BetaManagedAgentsGitHubRepositoryResource]/checkoutresponse property for the response status200response-property-discriminator-removed
- ○
removed
BetaManagedAgentsBranchCheckoutBetaManagedAgentsCommitCheckoutfrom theresources/items/oneOf[BetaManagedAgentsGitHubRepositoryResource]/checkoutresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
added
BetaManagedAgentsSessionThreadAgentBetaManagedAgentsAdvisorto theagent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/descriptionfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/mcp_serversfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/modelfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/skillsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/systemfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/toolsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/versionfrom the response with the200statusresponse-required-property-removed
- ○
added the new optional request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/inference_geonew-optional-request-property
- ○
added the new optional request property
budgetnew-optional-request-property
- ○
added
redacteddiscriminator mapping keys to theinitial_events/items/oneOf[BetaManagedAgentsUserMessageEventParams]/content/items/request propertyrequest-property-discriminator-mapping-added
- ○
added
BetaManagedAgentsRedactedBlockto theinitial_events/items/oneOf[BetaManagedAgentsUserMessageEventParams]/content/items/request propertyoneOflistrequest-property-one-of-added
- ○
added the optional property
agent/model/inference_geoto the response with the200statusresponse-optional-property-added
- ○
added the optional property
usage/allOf[BetaManagedAgentsSessionUsage]/active_secondsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
usage/allOf[BetaManagedAgentsSessionUsage]/list_costto the response with the200statusresponse-optional-property-added
- ○
added the optional property
usage/allOf[BetaManagedAgentsSessionUsage]/server_tool_useto the response with the200statusresponse-optional-property-added
- ○
added discriminator to
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/response property for the response status200response-property-discriminator-added
- ○
added the required property
budgetto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed
subschema #4subschema #5subschema #6subschema #10subschema #11from theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/idrequest propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #4subschema #5subschema #6subschema #10subschema #11from theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[subschema #1: BetaManagedAgentsModel]/allOf[subschema #1: BetaManagedAgentsModel]/request propertyanyOflistrequest-property-any-of-removed
- ○
added
subschema #4subschema #5subschema #6subschema #7subschema #11subschema #12to theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/idrequest propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #4subschema #5subschema #6subschema #7subschema #11subschema #12to theagent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[subschema #1: BetaManagedAgentsModel]/allOf[subschema #1: BetaManagedAgentsModel]/request propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #4subschema #5subschema #6subschema #7subschema #11subschema #12to theagent/model/idresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #4subschema #5subschema #6subschema #7subschema #11subschema #12to theagent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/model/idresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
subschema #4subschema #5subschema #6subschema #10subschema #11from theagent/model/idresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #4subschema #5subschema #6subschema #10subschema #11from theagent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/model/idresponse propertyanyOflist for the response status200response-property-any-of-removed
- ▲
- ○
added the new optional request property
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/model/allOf[BetaManagedAgentsModelParams]/oneOf[BetaManagedAgentsModelConfigParams]/effortnew-optional-request-property
- ○
added the new optional request property
initial_eventsnew-optional-request-property
- ○
added the optional property
agent/model/effortto the response with the200statusresponse-optional-property-added
- ○
added the optional property
agent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/model/effortto the response with the200statusresponse-optional-property-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the
agent/allOf[BetaManagedAgentsCreateSessionAgentUnionParams]/oneOf[subschema #2]/oneOf[BetaManagedAgentsAgentWithOverridesParams]/tools/items/oneOf[BetaManagedAgentsCustomToolParams]/descriptionrequest property's maxLength was increased from1024to4096request-property-max-length-increased
- ○
- ▲
added
BetaManagedAgentsCreateSessionAgentUnionParamsto theagentrequest propertyallOflistrequest-property-all-of-added
- ●
removed
BetaManagedAgentsAgentUnionParamsfrom theagentrequest propertyallOflistrequest-property-all-of-removed
This revision also has 20 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added
subschema #2to theagent/model/idresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #2to theagent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/model/idresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
- ○
added the optional property
deployment_idto the response with the200statusresponse-optional-property-added
- ○
- ○
added
subschema #2to theagent/model/idresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #2to theagent/multiagent/allOf[BetaManagedAgentsSessionMultiagent]/oneOf[BetaManagedAgentsSessionMultiagentCoordinator]/agents/items/model/idresponse propertyanyOflist for the response status200response-property-any-of-added
- ○