/
VX
vxcontrol
/
PentAGI Swagger API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 4w ago
Details
Filter operations
Agentlogs
2
Anonymize
1
Assistantlogs
2
Assistants
5
Containers
3
FlowFiles
8
Flows
7
GraphQL
1
Knowledge
6
Msglogs
2
Prompts
5
Providers
1
Public
7
get
Login user into OAuth2 external system via HTTP redirect
post
Login user into system
get
Login user from external OAuth application
post
Login user from external OAuth application
get
Logout current user via HTTP redirect
post
Logout current user from external OAuth application
get
Retrieve current user and system settings
Resources
7
Roles
2
Screenshots
4
Searchlogs
2
Settings
1
Subtasks
3
Tasks
3
Termlogs
2
Tokens
5
Toolcalls
3
Usage
2
User
1
Users
8
Vecstorelogs
2
Public
Login user into system
post
/auth/login
Request body
ModelsLogin
required
mail
string
required
password
string
required
Response
login successful
SuccessResponse
required
data
object
status
string
Example response
{ "status": "success" }
Changes