Skip to main content
DELETE
Restore a slot

Authorizations

Authorization
string
header
required

Your secret key (pep_sk_…) from Settings → API. Keys are org-scoped; treat them like passwords.

Path Parameters

agent_slug
string
required
id
integer
required

Response

The restored slot.

object
string
required
Allowed value: "information_slot"
id
integer
required
key
string
required

lowercase letters, digits, underscores; the extraction-schema property + slot_values key.

title
string | null
required

Owner-facing label (the chip group header).

data_type
enum<string>
required
Available options:
string,
enum,
band,
boolean,
email
archived
boolean
required
required
boolean
enum_values
string[] | null

Required for enum/band; the chip values.

enum_labels
object

value → display label.

translations
object

locale → { title, enum_labels } overrides.

description
string | null

LLM-facing extraction guidance (not shown to visitors).