Skip to main content
Version: 0.0.1

Intro

AgentStation provides an API for accessing virtual environments known as Workstations, that can be used to run agentic applications in the Cloud. Workstations are provisioned with specific hardware and software needed for bespoke agentic applications. Workstations can be operated programmatically to perform tasks and get real-time feedback.

Explore the documentation to learn how to configure and deploy your AI agents quickly.

Authentication

API keys are used to authenticate to the AgentStation platform. You can create and manage your API keys in the dashboard. To use this API, you need to send a Bearer Token in the Authorization header. Example: Authorization: Bearer <your_token_here>

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer