REST API, non-read access

Hi,

After reading the link here http://octopusdeploy.com/documentation/api, I noticed that the following were not supposed to be read-only:
Machines
Environments
Releases
Deployments

However, after reading over the list of commands octo.exe gives, it seems like only Releases/Deployments are editable?
How would I create/edit Machines and Environments using octo.exe?

Here is the list of commands that octo.exe gives me;
create-release
delete-releases
deploy-release
help
list-environments
list-latestdeployments
list-projects

Am I missing something?

Thanks for your help.

Environments are read-only in the 1.X API, but machines can be added - it can’t be done from Octo.exe, but it can be done from Tentacle.exe:

Paul