/
TH
thand-io
/
Thand Agent API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 41m ago · Updated 1mo ago
Details
Filter operations
auth
6
discovery
1
elevate
6
executions
7
health
2
identities
1
metrics
1
providers
8
registration
1
post
Register agent
roles
3
sessions
7
sync
1
workflows
2
registration
Register agent
Register a new agent with the server
post
/register
Request body
GithubComThandIoAgentInternalConfigRegistrationRequest
required
commit
string
environment
GithubComThandIoAgentInternalModelsEnvironmentConfig
identifier
string
mode
'server'
|
'agent'
|
'client'
version
string
Response
Registration successful
GithubComThandIoAgentInternalConfigRegistrationResponse
required
logging
GithubComThandIoAgentInternalModelsLoggingConfig
providers
GithubComThandIoAgentInternalConfigProviderDefinitionsConfig
roles
ConfigRoleConfig
services
GithubComThandIoAgentInternalModelsServicesConfig
success
boolean
workflows
ConfigWorkflowConfig
Changes