Skip to main content
Neuron Agent API home page
Search...
⌘K
Ask AI
Request API key
Search...
Navigation
Concepts
Cryptographic keys
Guides
Manual API reference
Test API
Getting started
Introduction
Quickstart
API basics
Content types
Authentication
Pattern matching
Error handling
Security and transport
Versioning
Use cases
User onboarding
Messaging
Legal identity flow
Contracts flow
Tokens flow
Concepts
Glossary
Cryptographic keys
Resources
Resources and tools
FAQ and troubleshooting
On this page
Overview
Key IDs
Key signature
Request signature
Related endpoints
Concepts
Cryptographic keys
Copy page
Key IDs, key signatures, and request signatures
Copy page
Overview
Some cryptographic and legal endpoints require two signatures:
Key signature
: proves knowledge of the key password.
Request signature
: proves knowledge of the account password.
This protects both the stored key material and the API request.
Key IDs
Key IDs are unique per account. Different accounts can reuse the same key ID without conflict.
Key signature
The key signature is typically an HMAC over the key ID using the key password as the key. It is never sent in plaintext.
Request signature
The request signature is an HMAC over the request payload using the account password as the key, often combined with a nonce.
Related endpoints
Create key
Get public key
Glossary
Resources and tools
⌘I
Assistant
Responses are generated using AI and may contain mistakes.