Skip to main content
You need an ECS account and an API key. Create the key in the dashboard before making service requests.
1

Create an API key in the dashboard

Sign in at cloudservices.ecowestern.net, open Dashboard → API Keys, and select Create New Key.Choose the services, resources, actions, and expiration you need. Copy the full key when it is shown. It will not be shown again.
2

Deploy a function

Use the new ECS API key for service requests.
3

Invoke it

Send application traffic through the invocation endpoint.
Do not share your API key. If it is exposed, deactivate it from the dashboard and create a replacement.

Request basics

  • Send JSON bodies with Content-Type: application/json.
  • Send the key as Authorization: Bearer <token>.
  • Creates return 201 Created.
  • Deletes return 204 No Content.

Where to go next

Scope your key

Give every integration only the access it needs.

Deploy a site

Move from a function to a hosted static surface.

Store objects

Upload and download files with short-lived URLs.