Authentication
Signup
Create a new account and agent
POST
Creates a new Saturn account with an initial agent. Returns an API key that can be used for all subsequent requests.
Request
string
required
Name for the initial agent. Used for identification in logs and dashboard.
Response
string
The API key for the newly created agent. Format:
sk_agt_...string
Unique identifier for the agent. Format:
agt_...string
Unique identifier for the account. Format:
acc_...