Sentinel Console

API / Webhook Settings

Use these endpoints to push security data into Sentinel Console

Ingest Security Event
Create a new SecurityEvent record. Use this when Sentinel detects a threat.
POST
https://remotefasitiai.com/api/functions/ingestSecurityEvent
FieldTypeRequiredDescription
severitystringyesCRITICAL | HIGH | MEDIUM | LOW
appstringyesApp name or ID
actor_emailstringyesEmail of the suspicious actor
threat_patternstringyesDetected threat pattern label
entitystringnoEntity involved
confidencenumberno0–100 confidence score
detected_atdatetimenoISO 8601 timestamp
ip_addressstringnoActor IP address
notesstringnoAdditional context
Ingest Monitored App
Register or update a monitored app in the console.
POST
https://remotefasitiai.com/api/functions/ingestMonitoredApp
FieldTypeRequiredDescription
app_namestringyesName of the app
owner_emailstringyesOwner email
health_statusstringnoCLEAN | WATCH | ALERT
monitored_entitiesarraynoArray of entity name strings
notesstringnoOptional notes
Ingest Activity Log
Log an actor activity event.
POST
https://remotefasitiai.com/api/functions/ingestActivityLog
FieldTypeRequiredDescription
actor_emailstringyesActor email
event_typestringyese.g. create, update, delete, function_call
entitystringnoEntity involved
is_flaggedbooleannoWhether this is suspicious
security_event_idstringnoLinked SecurityEvent ID
metadataobjectnoAny additional payload data
Ingest Allowlisted Actor
Add an actor to the allowlist.
POST
https://remotefasitiai.com/api/functions/ingestAllowlistedActor
FieldTypeRequiredDescription
actor_emailstringyesActor email to allowlist
appstringyesApp scope
rolestringnoActor role
reasonstringnoWhy this actor is trusted
Ingest Ignore Rule
Create an ignore rule to suppress future alerts matching a pattern.
POST
https://remotefasitiai.com/api/functions/ingestIgnoreRule
FieldTypeRequiredDescription
reasonstringyesWhy to ignore this pattern
entitystringnoEntity to ignore
event_typestringnoEvent type to ignore
actor_patternstringnoActor pattern (e.g. *@internal.com)