create_attestation
Create a signed, time-stamped record of which Bidda rules a person or AI agent relied on for a decision. Returns a record ID and a public verify URL so anyone can later confirm the record has not been changed. Useful for agents that must keep an audit trail of what they checked. Requires an active Bidda subscription: pass api_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | The system or AI agent that made the decision. | |
| nodes | Yes | node_ids that were checked (max 50). | |
| action | No | Optional: what the agent did. | |
| api_key | No | Optional. Your Bidda subscription key. Prefer sending it as the x-bidda-api-key header (or Authorization: Bearer), which is what the auth settings in your MCP client configure; the header takes precedence over this argument. A free trial counts. | |
| workflow_steps_followed | No | Optional: steps the agent followed. |