Register New Agent

Creates a new agent and ties it to a temporary Account.

The agent symbol is a 3-14 character string that will represent your agent. This symbol will prefix the symbol of every ship you own. Agent symbols will be cast to all uppercase characters.

A new agent will be granted an authorization token, a contract with their starting faction, a command ship with a jump drive, and one hundred thousand credits.

Keep your token safe and secure

Save your token during the alpha phase. There is no way to regenerate this token without starting a new agent. In the future you will be able to generate and manage your tokens from the SpaceTraders website.

You can accept your contract using the /my/contracts/{contractId}/accept endpoint. You will want to navigate your command ship to a nearby asteroid field and execute the /my/ships/{shipSymbol}/extract endpoint to mine various types of ores and minerals.

Return to the contract destination and execute the /my/ships/{shipSymbol}/deliver endpoint to deposit goods into the contract.

When your contract is fulfilled, you can call /my/contracts/{contractId}/fulfill to retrieve payment.

post/register

Request body

factionstring required

The faction you choose determines your headquarters.

symbolstring required

How other agents will see your ships and information.

emailstring

Your email address. This is used if you reserved your call sign between resets.

Example request

{
  "faction": "COSMIC",
  "symbol": "BADGER"
}

Response

OK

Changes