API

Our API - coming soon! #

Runway is your in-house developer platform build by us (so you don’t have to).

We currently provide experiences (clients) for CLI and web. But since we use APIs for that, you will be able to use them as well.

Demo time #

Do demo our APIs, you can currently use the CLI (and add -o json) to perform tasks and integration (until we get API docs in place):

$ runway app show -a my-app -o json
{
  "app": {
    "created": "2023-11-22T20:49:46Z",
    "id": "my-app",
    "owner": "user",
    "updated": "2023-11-22T20:49:46Z",
    "type": "app",
    "plan": "free-launch"
  },
  "domains": [
    {
      "app": "my-app",
      "created": "2023-11-22 20:49:46.115693 +0000 GMT",
      "domain": "my-app.pqapp.dev",
      "owner": "user",
      "updated": "2023-11-22 20:49:46.115693 +0000 GMT",
      "deletable": false,
      "root": {
        "domain": "",
        "owner": "",
        "created": "",
        "updated": "",
        "verified": false,
        "lastcheck": "0001-01-01T00:00:00Z",
        "txtrecord": "",
        "lastcheckmsg": ""
      }
    }
  ]
}
Sign up to our mailing list to be notified when we release it.