Skip to main content
POST
Teach an agent a fact about a contact

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

agentId
string
required

Body

application/json
contact_id
string
required

Contact the fact is about.

Required string length: 1 - 200
fact
string
required

The free-text fact body to remember.

Required string length: 1 - 10000
source
enum<string>
default:manual

Where the fact originated; drives the dashboard badge.

Available options:
manual,
conversation
importance
number

Optional importance weight (0..1). Defaults to 0.9 for manual teaches.

Required range: 0 <= x <= 1

Response

201 - application/json

The fact was stored.

data
object
meta
object