API Keys
Create API Key
Create a new API key for programmatic access
POST
Creates a new API key for accessing MemSync APIs programmatically.
Request Body
string
required
Human-readable name for the API key
array
List of permission scopes for the API key
number
Expiration time in seconds (max: 1 year)
Response
string
Unique identifier for the API key
string
The actual API key (only shown once)
string
Name of the API key
array
Granted permission scopes
string
When the API key was created
string
When the API key expires

