agentd

API Reference

  • System Information and Health
  • Mouse Operations
  • Keyboard Operations
  • Browser Operations
  • Making Screenshots
  • Making Recordings

↪

  • Go to User Guide
agentd
  • AgentD API Reference
  • View page source

AgentD API Reference

The AgentD demon provides a number of HTTP endpoints for interacting with the VM via HTTP.

API Reference

  • System Information and Health
    • GET “/”
    • GET /health
    • GET /info
    • GET /screen_size
    • GET /system_usage
  • Mouse Operations
    • GET /mouse_coordinates
    • POST /move_mouse
    • POST /click
    • POST /double_click
    • POST /scroll
    • POST /drag_mouse
  • Keyboard Operations
    • POST /type_text
    • POST /press_key
  • Browser Operations
    • POST /open_url
  • Making Screenshots
    • POST /screenshot
  • Making Recordings
    • POST /recordings
    • GET /recordings
    • POST /recordings/{session_id}/stop
    • GET /recordings/{session_id}
    • GET /recordings/{session_id}/event/{event_id}
    • DELETE /recordings/{session_id}/event/{event_id}
    • GET /active_sessions
    • GET /recordings/{session_id}/actions

↪

  • Go to User Guide
Next

© Copyright 2024, Kentauros AI.

Built with Sphinx using a theme provided by Read the Docs.