Alloy · Capability

Alloy Events

Alloy Events is a Naftiko capability published by Alloy, one of 9 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

alloy-events.yaml Raw ↑
specification: Naftiko Capability
specificationVersion: '0.1'
id: alloy-events
name: Alloy Events
description: Submit and retrieve ongoing monitoring events for entities, accounts,
  transactions, logins, and credential updates. Powers Alloy's perpetual KYC
  and transaction monitoring use cases.
provider: Alloy
providerId: alloy
created: '2026-05-25'
modified: '2026-05-25'
tags:
  - Monitoring
  - Events
  - Transactions
  - AML
  - Fraud
operations:
  - id: post-event
    summary: Submit a Monitoring Event
    method: POST
    path: /events
  - id: get-event
    summary: Get an Event
    method: GET
    path: /events/{event_request_token}
  - id: get-events-schema
    summary: Get the Events Schema
    method: GET
    path: /events/schema