Skip to main content
POST
/
linc
/
v1
/
sessions
{
  "id": "<string>",
  "status": "<string>",
  "skills": {
    "requested": [
      "<string>"
    ],
    "loaded": [
      {
        "slug": "<string>",
        "fileCount": 123
      }
    ],
    "missing": [
      "<string>"
    ]
  }
}
{
  "statusCode": 123,
  "statusMessage": "<string>",
  "message": "<string>"
}
{
  "statusCode": 123,
  "statusMessage": "<string>",
  "message": "<string>"
}
{
  "statusCode": 123,
  "statusMessage": "<string>",
  "message": "<string>"
}
{
  "statusCode": 123,
  "statusMessage": "<string>",
  "message": "<string>"
}
{
  "statusCode": 123,
  "statusMessage": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Body

application/json
title
string
model
string | null
idleTimeoutMs
integer | null
vaultIds
string[] | null
scopedApiKey
string | null

Optional caller-provided scoped Case.dev API key for the runtime.

instructions
string | null

Privileged C3-only hidden app instructions to append to the sandbox AGENTS.md.

skillSlugs
string[] | null

Skills API slugs to install into the runtime sandbox before the native session starts.

includeDocumentTemplates
boolean | null

When true, inject all active org document templates into the using-document-templates skill.

documentTemplateSlugs
string[] | null

Specific document template slugs to inject into the using-document-templates skill.

Response

Linc session created