arangosh> db._routing.save({ ........> url: "/hello/echo", ........> action: { ........> callback: "function(req,res) {res.statusCode=200; res.body='Hello'}" ........> } ........> }); { "_id" : "_routing/102964", "_key" : "102964", "_rev" : "_Y2g6qoW--_" }