/
HY
hyperspell
/
Hyperspell API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Actions
10
Authentication
3
Connections
2
Context Documents
24
Daemon
6
Device Auth
4
post
Device Login
get
Device Info
post
Device Poll
post
Device Approve
Emotional State
3
entities
4
Evaluation
4
Folder Policies
3
Folders
1
Integrations
8
Live
7
Memories
11
Messages
1
Traces
1
Vault
1
Device Auth
Device Approve
Approve a device code from the dashboard. Generates a daemon JWT.
post
/auth/device-approve
Request body
DeviceApproveRequest
required
device_code
string
required
user_key
string
nullable
as_admin
boolean
admin_email
string
nullable
Response
Successful Response
DeviceApproveResponse
required
success
boolean
required
message
string
required
Changes