/
AG
agenticsorg
/
Agentics API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Authentication
1
post
Authenticate and get JWT token
Communications
1
post
Send chat message
Neural
1
post
Perform neural inference
System
1
get
Get system health status
Temporal
1
post
Make temporal predictions
Authentication
Authenticate and get JWT token
post
/auth
Request body
AuthRequest
required
client_id
string
required
Client identifier
client_secret
string
required
Client secret
Response
Authentication successful
AuthResponse
required
token
string
required
JWT token
Changes