# Warp API API for managing and manipulating timelines with advanced time travel capabilities. Version: 1.0.0 License: MIT ## Servers Quantum server ``` https://api.warp.example.com/v1 ``` ## Security ### bearerAuth A Warp API token Type: http Scheme: bearer Bearer Format: JWT ## Download OpenAPI description [Warp API](https://instamessage.redocly.app/_bundle/apis/index.yaml) ## Timelines ### List all timelines - [GET /timelines](https://instamessage.redocly.app/apis/timelines/listtimelines.md) ### Create a new timeline - [POST /timelines](https://instamessage.redocly.app/apis/timelines/createtimeline.md) ### Delete a timeline - [DELETE /timeline/{timeline_id}](https://instamessage.redocly.app/apis/timelines/deletetimeline.md) ## Travel ### Travel across time - [POST /travels](https://instamessage.redocly.app/apis/travel/timetravel.md): Travel to a timeline or to a temporal anchor to return. ## Items ### Register an item - [POST /items](https://instamessage.redocly.app/apis/items/registeritem.md) ## Events ### Manipulate an event in a timeline - [POST /events](https://instamessage.redocly.app/apis/events/manipulateevent.md) ## Anchors ### Set a temporal anchor - [POST /anchors](https://instamessage.redocly.app/apis/anchors/setanchor.md): Temporal anchors are used to return to the present time at the end of time travel. ## Paradoxes ### Check for paradoxes in a timeline - [POST /paradox-checks](https://instamessage.redocly.app/apis/paradoxes/checkparadox.md) ## Monitoring ### Monitor a timeline for anomalies - [GET /monitor-timeline](https://instamessage.redocly.app/apis/monitoring/monitortimeline.md)