/
/agentserver API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
Admin15
Agent16
Auth5
Codex Browser Sessions1
Codex Tokens3
Connectors5
Exec-Audit10
IM Channels9
MCP PATs4
Misc18
  • getList LLM traces for a sandbox
  • getGet a single LLM trace for a sandbox
  • getList credential bindings for a workspace
  • postCreate a credential binding for a workspace
  • deleteDelete a credential binding
  • patchPatch a credential binding (rename)
  • postComplete an OIDC device code flow for a pending credential binding
  • postSet a credential binding as the default
  • getInitiate ModelServer OAuth connection for a workspace
  • deleteDisconnect ModelServer from a workspace
  • getGet ModelServer connection status for a workspace
  • getList agent interaction audit trail for a workspace
  • getGet workspace quota defaults and current sandbox count
  • getList codex remote executors for a workspace
  • postRegister a new codex remote executor for a workspace
  • deleteRemove a codex remote executor from a workspace
  • getList LLM traces for a workspace
  • getGet a single LLM trace for a workspace
Sandboxes8
Workspace API Keys4
Workspaces14
    Misc

    Get ModelServer connection status for a workspace

    get/api/workspaces/{id}/modelserver/status

    Path parameters

    idstring required

    Workspace ID

    Response

    OK

    connectedboolean required
    connected_atstring
    project_idstring
    project_namestring

    Example response

    {
      "models": [
        {
          "id": "claude-opus-4-7",
          "name": "Claude Opus 4.7"
        }
      ]
    }

    Changes