Skip to content

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 IDDescription
network.tulpa.agentLinkAgent binding record with key material
network.tulpa.focusSignalReal-time status/focus signal
network.tulpa.connectionBidirectional connection record
network.tulpa.autonomyPolicyAgent autonomy configuration
network.tulpa.trustAttestationSigned reputation attestation

INK Wire Messages

These lexicons define INK protocol messages transmitted via HTTPS:

Lexicon IDWire TypeEndpoint
network.tulpa.ink.intentnetwork.tulpa.intentPOST /ink/v1/intent
network.tulpa.ink.challengenetwork.tulpa.challengeResponse to intent
network.tulpa.ink.rejectionnetwork.tulpa.rejectionResponse to intent
network.tulpa.ink.resolutionnetwork.tulpa.resolutionPOST /ink/v1/resolution
network.tulpa.ink.encryptednetwork.tulpa.encryptedPOST /ink/v1/intent
network.tulpa.ink.receiptnetwork.tulpa.receiptPOST /ink/v1/receipt
network.tulpa.ink.auditQuerynetwork.tulpa.audit_queryPOST /ink/v1/audit
network.tulpa.ink.auditResponsenetwork.tulpa.audit_responseResponse to audit query
network.tulpa.ink.auditSubmitnetwork.tulpa.audit_submitPOST /ink/v1/audit/submit
network.tulpa.ink.auditInclusionnetwork.tulpa.audit_inclusionResponse to audit submit

See Wire Types for the naming convention explanation.