> For the complete documentation index, see [llms.txt](https://docs.developers.symphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developers.symphony.com/admin-guide/change-log/api-agent/archives/agent-22.9-lts.md).

# Agent - 22.9 (LTS)

## Agent Download

{% hint style="info" %}
To download the Agent, click [here](https://storage.googleapis.com/sym-platform/developers/rest-api/agent-22.9.7.zip).

For a list of Agent x SBE compatibilities, click [here](/admin-guide/agent-guide/sbe-x-agent-compatibility-matrix.md).
{% endhint %}

## Agent Changes

### Agent 22.9.7

* Fixed `/agent/actuator` endpoints so they work even if the Agent runs with same `management.server.port` than `server.port`
* Fixed security vulnerabilities.

### Agent 22.9.6

* Fixed a syntax error in default agent.yml file
* Fixed missing `companyWide` field in payload when using our signal create/update API

### Agent 22.9.5

* Fixed an issue occurring with datafeed read service for bots developed with Python BDK on a lower version than 2.4.0

### Agent 22.9.4

* Fixed legacy startup.sh script

### Agent 22.9.3

* Support of [blast](https://developers.symphony.com/restapi/reference/blast-message) endpoint optimisation for sending attachments.

### Agent 22.9.2

* The Swagger [specifications](https://github.com/finos/symphony-api-spec) from the agent are now generated under the OpenAPI 3.0 standard.\
  \&#xNAN;*Please note you can still find a swagger2 folder to retrieve the last specifications that were generated in the 2.0 standard. However, we will remove these in Q1 2023 and they will not be updated with potential updates of our agent APIs. To use new features to be introduced in the future, please migrate to using our 3.0 specifications.*
* From previous agent releases since last LTS (22.7 and 22.8):
  * Fixed very edgy issue of receiving "Message not found" when using the [create](https://developers.symphony.com/restapi/reference/create-message-v4) message endpoint, although the message has eventually been created due to timing out before retrieving some information from the payload.
  * Upgrade of some agent dependencies.
  * Spring boot has been updated to version 2.7.0.
  * [Datahose - Read Events](https://developers.symphony.com/restapi/reference/datahose-read-events) now supports `eventTypes`, which will allow to restrict the payload to the only [Real Time Events](/bots/datafeed/real-time-events.md) requested.\
    \&#xNAN;*Please note that this is a breaking change from the version that was released with the 22.6 Agent: indeed the* `filters` *parameter is no longer supported.*\
    *Note also that Datahose still remains as beta.*
  * The agent does not store the authentication token in clear in cache anymore.
  * Fixed some logging security vulnerability.

###


---

# 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.developers.symphony.com/admin-guide/change-log/api-agent/archives/agent-22.9-lts.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.
