|
1 | 1 | # Overview
|
2 | 2 |
|
3 |
| -The [Cloud Agent](/home/concepts/glossary#cloud-agent) is a scaleable, easy-to-use, robust, and W3C standards-based |
4 |
| -agent that provides [self-sovereign identity (SSI)](/home/concepts/glossary#self-sovereign-identity) services to build |
5 |
| -products and solutions based on it. The Cloud Agent exposes REST API for integration with any programming language. |
6 |
| - |
7 |
| -The Cloud Agent provides all the required capabilities to leverage the power of decentralized identity through the |
8 |
| -support of W3C standards, [DIDComm](/home/concepts/glossary#didcomm), and the Hyperledger Aries protocols, solutions |
9 |
| -based on the Cloud Agent are interoperable with the SSI ecosystem. The Cloud Agent includes the following high-level |
10 |
| -features: |
11 |
| - |
12 |
| -- Use the Cloud Agent API to develop [controllers](/home/concepts/glossary#controller) that implement specific business |
13 |
| - logic according to use case requirements. |
14 |
| -- Develop controllers in any programming language and remove the requirement for developers to interact or learn the |
15 |
| - nuts and bolts of the various standards. |
16 |
| -- The Cloud Agent is written in Scala, supports the `did:prism` method, interacts with the PRISM Node over gRPC |
17 |
| - protocol, and uses it as the [Verifiable Data Registry](/home/concepts/glossary#verifiable-data-registry). |
| 3 | +The [Cloud Agent](/home/concepts/glossary#cloud-agent) is a scaleable, easy-to-use, robust, and W3C standards-based agent that provides [self-sovereign identity (SSI)](/home/concepts/glossary#self-sovereign-identity) services to build products and solutions based on it. |
| 4 | +The Cloud Agent exposes REST API for integration with any programming language. |
| 5 | + |
| 6 | +The Cloud Agent provides all the required capabilities to leverage the power of decentralized identity through the support of W3C standards, [DIDComm](/home/concepts/glossary#didcomm), and the Hyperledger Aries protocols, solutions based on the Cloud Agent are interoperable with the SSI ecosystem. |
| 7 | +The Cloud Agent includes the following high-level features: |
| 8 | + |
| 9 | +- Use the Cloud Agent API to develop [controllers](/home/concepts/glossary#controller) that implement specific business logic according to use case requirements. |
| 10 | +- Develop controllers in any programming language and remove the requirement for developers to interact or learn the nuts and bolts of the various standards. |
| 11 | +- The Cloud Agent is written in Scala, supports the `did:prism` method, interacts with the PRISM Node over gRPC protocol, and uses it as the [Verifiable Data Registry](/home/concepts/glossary#verifiable-data-registry). |
18 | 12 | - The PRISM Node interacts with a distributed ledger, providing high security, scalability, and availability.
|
19 | 13 | - The Cloud Agent is a cloud agent accessible from anywhere.
|
20 | 14 | - Highly scalable and flexible, making it well-suited for a wide range of use cases and applications.
|
21 | 15 |
|
22 | 16 | ## Cloud Agent Features
|
23 | 17 |
|
24 |
| -This document provides an overview of the Cloud Agent feature set. This document is manually updated; as such, it may |
25 |
| -not be up to date with the most recent release of Cloud Agent. |
26 |
| - |
27 |
| -**Last Update**: 2023-03-06, Release 0.48.3 |
| 18 | +This document provides an overview of the Cloud Agent feature set. |
| 19 | +This document is manually updated; as such, it may not be up to date with the most recent release of Cloud Agent. |
28 | 20 |
|
29 | 21 | ## Platform Support
|
30 | 22 |
|
|
0 commit comments