--- layout: landing title: Ambassador permalink: / ---
Get started


Get started in 60 seconds:
  1. Add your API to Ambassador. Install Ambassador on Kubernetes, and add a new API mapping using the REST API. In this example, Ambassador will route external requests to $AMBASSADOR/v1/user/ to usersvc/v2/.
  2. Send a request to your service. Request your new service through Ambassador.
curl -XPOST -H "Content-Type: application/json" \
    -d '{ "prefix": "/v1/user/",
          "service": "usersvc",
          "rewrite": "/v2/" }' \
    $AMBASSADORURL/ambassador/mapping/user

Ambassador is sponsored by Project Blackbird, helping you deploy microservices on Kubernetes in AWS