Agents
MPP Servers
Registry of Machine Payments Protocol (MPP) servers — services registered to accept machine payments.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Column Name | Data Type | Description |
|---|---|---|
| memo_server_hash | VARCHAR(16777216) | Hash identifying the MPP server (referenced by charge payment memos). |
| name | VARCHAR(16777216) | Human-readable name of the server. |
| origin | VARCHAR(16777216) | Origin URL or domain of the server. |
| category | VARCHAR(16777216) | Category of the service the server provides. |
| resource_count | NUMBER(38,0) | Number of billable resources the server exposes. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |
Was this page helpful?