Skip to main content
POST
Context Create

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Body

application/json
name
string
required

Name of the context

description
string
required

Description of the context

apps
string[]

List of associated apps

summary
string
default:""

A short summary about the context

when_to_use
string
default:""

A short summary explaining to LLM when to apply the context

type
string
default:""

A string to classify the context type

status
string
default:active

Status of the context: active or disabled

Response

Successful Response

id
string
required

Unique identifier for the context

name
string
required

Name of the context

description
string
required

Description of the context

created_by
string
required

User who created the context

created_at
string<date-time>
required

The date and time when the context was created.

updated_at
string<date-time>
required

The date and time when the context was last updated.

apps
string[]

List of associated apps

summary
string
default:""

A short summary about the context

when_to_use
string
default:""

A short summary explaining to LLM when to apply the context

type
string
default:""

A string to classify the context type

status
string
default:active

Status of the context: active or disabled