# Set a temporal anchor Temporal anchors are used to return to the present time at the end of time travel. Endpoint: POST /anchors Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `timestamp` (string, required) The specific time for the anchor Example: "2024-09-16T05:04:00Z" - `description` (string) A description of the purpose of the anchor Example: "Home Base - Start of Tesla Mission" ## Response 201 fields (application/json): - `id` (string) ID that must be used to return to an anchor point. Example: "anc_mel2c9ba" - `timestamp` (string, required) The specific time for the anchor Example: "2024-09-16T05:04:00Z" - `description` (string) A description of the purpose of the anchor Example: "Home Base - Start of Tesla Mission" ## Response 409 fields