> For the complete documentation index, see [llms.txt](https://docs.qyrus.com/api-monitoring/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qyrus.com/api-monitoring/readme.md).

# About

## Qyrus API Monitoring

API monitoring service that empowers users to efficiently track and manage API performance. This service enables real-time monitoring of all your APIs, proactively identifying potential issues before they become critical. It generates detailed reports for each API, covering metrics like status codes, success/failure counts, runs, apdex score, and response times (rolling, latest, shortest, longest). It also highlights violations, including average response time violations.

***

### Getting Started

Let's deepen our understanding of the service through the process of creating a project, organizing collections, crafting test scripts, and diligently monitoring their performance.

* [Create Project](/api-monitoring/project_creation/project_creation.md)
* [Create Collection](/api-monitoring/collections/collections.md)
* [Create Test Script](/api-monitoring/test_scripts/test_script.md)
* [Monitoring Test Script](/api-monitoring/monitoring/monitoring_test_script.md)

***

### Advanced Features

Qyrus API Monitoring offers preconfigured advanced features that we are confident will significantly enhance your monitoring experience. Here's the list!

* [Global Variables](/api-monitoring/global_variables/global_variables.md)
* [Prerequiste API](/api-monitoring/pre_requisites/pre_requisite_forms.md)
* [JSON Path Extractor](/api-monitoring/advanced_features/json_path_extractor.md)
* [XPATH Extractor](/api-monitoring/advanced_features/xpath_extractor.md)

## FAQs

We stay in consistent communication with both our clients and users. Through these interactions, we've recognized common inquiries that arise regularly. These frequently asked questions can provide meaningful insights into our services, benefiting other users too. To access the FAQs, [you can explore them here](/api-monitoring/faqs/faqs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.qyrus.com/api-monitoring/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
