> For the complete documentation index, see [llms.txt](https://docs.probe.splx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.probe.splx.ai/updates/product-updates/november-2024.md).

# November 2024

## Public API

We’ve released our public API, which currently has the following functionalities:

* Trigger new test run.
* Cancel ongoing test run.
* Get the status of test run.
* Generate a PDF report of test run execution.

For detailed instructions on how to interact with the API, please refer to the [API Reference page](broken://pages/L509DduL0Z9tvpV6sXhr).

In addition, we’ve updated the platform’s UI to support API configuration. Target IDs and probe IDs are now visible within the UI. You can also [generate your access token](broken://pages/m7DSJ0Gwd5UUmzjAEIVb#access-token-generation)[ ](broken://pages/m7DSJ0Gwd5UUmzjAEIVb#access-token-generation)directly from the platform.

## User & Organization Settings

The settings page has been refactored to support new features. It’s no longer a single page, but instead divided into separate sections, each with its own page. The new structure includes:

#### User Settings:

* Account Settings
* Personal Access Tokens

#### Organization Settings:

* General
* Users
* Integrations
* Subscription

To explore the available options, visit the [User & Organization Settings page](broken://pages/m7DSJ0Gwd5UUmzjAEIVb).

## Risk Surface Time Series

The Risk Surface section on the overview page now includes an option to display a time series chart of your target’s risk surface. This chart allows you to track how your target's risk has changed over time, reflecting the impact of any updates you’ve made on the target or new vulnerabilities discovered as a result of probe improvements.

## Improvements & Tweaks

* The number of test cases that finished with Error has been added to all areas where results are displayed, ensuring better transparency and consistency.
* Detection time for each test case is now included in the probe run table for more detailed insights.
* Probes cost in credits is now visible in the [Probe Details](broken://pages/mxGbSQJzbj3Sn9e7XNgb#probe-details) modal on the Probe Catalog page.
* The target selection has been relocated for better distinction from the navigation bar.
* Test and probe run titles are now included in the breadcrumbs, making it easier to drill up.

<br>


---

# 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.probe.splx.ai/updates/product-updates/november-2024.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.
