Lexicon Reference
INK defines the following AT Protocol lexicons under the network.tulpa namespace.
ATP Records
These lexicons define records stored in the user’s PDS repo:
| Lexicon ID | Description |
|---|---|
network.tulpa.agentLink | Agent binding record with key material |
network.tulpa.focusSignal | Real-time status/focus signal |
network.tulpa.connection | Bidirectional connection record |
network.tulpa.autonomyPolicy | Agent autonomy configuration |
network.tulpa.trustAttestation | Signed reputation attestation |
INK Wire Messages
These lexicons define INK protocol messages transmitted via HTTPS:
| Lexicon ID | Wire Type | Endpoint |
|---|---|---|
network.tulpa.ink.intent | network.tulpa.intent | POST /ink/v1/intent |
network.tulpa.ink.challenge | network.tulpa.challenge | Response to intent |
network.tulpa.ink.rejection | network.tulpa.rejection | Response to intent |
network.tulpa.ink.resolution | network.tulpa.resolution | POST /ink/v1/resolution |
network.tulpa.ink.encrypted | network.tulpa.encrypted | POST /ink/v1/intent |
network.tulpa.ink.receipt | network.tulpa.receipt | POST /ink/v1/receipt |
network.tulpa.ink.auditQuery | network.tulpa.audit_query | POST /ink/v1/audit |
network.tulpa.ink.auditResponse | network.tulpa.audit_response | Response to audit query |
network.tulpa.ink.auditSubmit | network.tulpa.audit_submit | POST /ink/v1/audit/submit |
network.tulpa.ink.auditInclusion | network.tulpa.audit_inclusion | Response to audit submit |
See Wire Types for the naming convention explanation.