Webhook map
dataingested(data.ingested)
postingcompleted(posting.completed)failed(posting.failed)
skillupdated(skill.updated)versionCreated(skill.versionCreated)
validationblocked(validation.blocked)
HTTP handler setup
app/api/webhook/route.ts
Events
Data
Ingested
data.ingested
Agent data was ingested
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Posting
Completed
posting.completed
Content posting completed successfully
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Failed
posting.failed
Content posting failed
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Skill
Updated
skill.updated
A client skill was updated
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Version Created
skill.versionCreated
A new skill version was created
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Validation
Blocked
validation.blocked
A proposed memory change was blocked
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example