id | text (PK) | Agent ID (UUID or DID) |
name | text | Agent name (unique) |
organization | text | Organization name |
version | text | Agent version |
trust_score | integer | Computed trust score (0-100) |
audit_level | text | Computed tier: Bronze, Silver, Gold, Platinum |
kill_switch_active | boolean | Emergency disable flag |
is_claimed | boolean | Owner proved endpoint ownership |
owner_id | text (FK) | User who owns this agent |
wallet_address | text | Linked wallet address |
last_probe_score | integer | Most recent red-team probe score (0-100) |
metadata | jsonb | Endpoints, description, capabilities, probe results |
created_at | timestamp | Registration date |
updated_at | timestamp | Last modification |