Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
2 Grattan Court East, Dublin, D02 VX86, Ireland
Switch to light modeSwitch to dark mode
APIs / Cloud Infrastructure / Amazonaws / Amazon AppStream
Amazon AppStream logo

AWS Amazon AppStream

Browse all Amazonaws APIs
60
AI ReadinessAI-Aware (B-)60/100
See full scorecard
Official vendor OpenAPI document · agent-readyCloud InfrastructureComputeapiKey65 EndpointsREST

For Agents

Use the Amazon AppStream 2.0 API to stream desktop applications to web browsers on AWS, with 65 operations covering the full control-plane lifecycle.

Use for: Create a streaming fleet for my application, I want to launch an image builder so I can install software, Generate a streaming URL for a specific user, List all stacks in my account

Not supported: Does not handle full virtual desktop sessions, application licensing, or end-user identity provisioning - use for application streaming fleet and stack management only.

Amazon AppStream 2.0 streams desktop applications from AWS to any HTML5-capable web browser. It manages the underlying fleets, image builders, and stacks so administrators can deliver Windows applications without provisioning end-user hardware or maintaining a VDI farm.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Amazon AppStream to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Amazon AppStream, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Famazonaws.com%2Faws-appstream" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Famazonaws.com%2Faws-appstream" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Amazon AppStream API.

Provision streaming fleets sized for the expected concurrent user load

Build and capture custom images using image builders with installed applications

Bundle fleets, storage, and applications into stacks that users can launch

Generate pre-signed streaming URLs that grant time-limited access to a stack

Manage application catalog entries surfaced inside streaming sessions

Associate users and entitlements with the stacks they are allowed to stream

Use Cases

Patterns agents use Amazon AppStream API for, with concrete tasks.

★ Browser-delivered access to a Windows engineering tool

Deliver licensed Windows engineering software - for example a CAD tool - to users on Mac or Chromebook hardware by capturing a custom image with the application installed, creating a fleet sized for concurrent usage, and bundling it into a stack. End users launch sessions through a pre-signed URL with no local install required. Initial bring-up typically takes a day per application.

Create a fleet named 'cad-fleet' from a custom image, create a stack named 'cad-stack', associate them, and generate a streaming URL for user-id 'engineer42'.

Short-term contractor application access

Provision time-limited access to an internal application for a contractor by adding the user to a stack and issuing a pre-signed streaming URL valid for the engagement window. AppStream isolates the contractor's session from corporate infrastructure and tears down the streaming instance when the session ends, so there is no residual access on shared hardware.

Create a streaming URL for user-id 'contractor-jane' against the internal-tools stack with a validity of 8 hours.

On-demand image build pipeline

Automate AppStream image refreshes by launching an image builder, scripting the application updates inside the session, and capturing a new image when validation succeeds. This lets a platform team ship application updates to streaming users without ad-hoc manual installs each release. Setup is generally completed in a day.

Create an image builder named 'cad-builder' from the previous golden image and instance type stream.standard.medium.

AI agent provisioning streaming access through Jentic

A workforce-platform agent can grant streaming access on demand by calling AppStream operations through Jentic. The agent searches for the entitlement intent, loads the schemas it needs, and executes the call with scoped credentials, so AppStream admin keys never enter its context. New-hire access provisioning compresses to a single agent action.

Search Jentic for 'stream a Windows desktop application to a browser', load the schemas for CreateUser and CreateStreamingURL, and execute them for a new hire on the design-tools stack.

Key Endpoints

65 endpoints — amazon appstream 2.

METHOD

PATH

DESCRIPTION

POST

/#X-Amz-Target=PhotonAdminProxyService.CreateFleet

Create a fleet of streaming instances

POST

/#X-Amz-Target=PhotonAdminProxyService.CreateStack

Create a stack that bundles fleets and storage

POST

/#X-Amz-Target=PhotonAdminProxyService.CreateImageBuilder

Launch an image builder for installing apps

POST

/#X-Amz-Target=PhotonAdminProxyService.CreateStreamingURL

Generate a pre-signed streaming URL for a user

POST

/#X-Amz-Target=PhotonAdminProxyService.AssociateFleet

Associate a fleet with a stack

POST

/#X-Amz-Target=PhotonAdminProxyService.CreateApplication

Create an application catalog entry

POST

/#X-Amz-Target=PhotonAdminProxyService.CreateFleet

Create a fleet of streaming instances

POST

/#X-Amz-Target=PhotonAdminProxyService.CreateStack

Create a stack that bundles fleets and storage

POST

/#X-Amz-Target=PhotonAdminProxyService.CreateImageBuilder

Launch an image builder for installing apps

POST

/#X-Amz-Target=PhotonAdminProxyService.CreateStreamingURL

Generate a pre-signed streaming URL for a user

POST

/#X-Amz-Target=PhotonAdminProxyService.AssociateFleet

Associate a fleet with a stack

POST

/#X-Amz-Target=PhotonAdminProxyService.CreateApplication

Create an application catalog entry

Jentic AI Readiness Score

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

A

Amazon AppStream

- AI-Aware (B-)
60/100
99
Foundational Compliance
62
Developer Experience & Jentic Compatibility
37
AI-Readiness & Agent Experience
92
Agent Usability
50
Security
100
AI Discoverability
Powered by JenticScoring Framework 1.0.0 | Scoring Engine 0.4.0
Show dimension breakdown
99

Foundational Compliance

Base layer of spec validity and structural soundness.

Grade: A+Signals: 4
95%

Lint Results

Aggregated quality score from linter diagnostics, weighted by severity.

100%

Resolution Completeness

Percentage of `$ref` references that resolve successfully.

100%

Specification Validity

Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).

100%

Structural Integrity

Structural correctness score based on schema issues using logarithmic dampening.

62

Developer Experience & Jentic Compatibility

Clarity, completeness, and ingestion readiness for developers and tooling.

Grade: B-Signals: 4
0%

Example Density

How richly the API is illustrated with examples.

100%

Example Validity

Percentage of examples that conform to their schemas.

49%

Response Coverage

Percentage of operations with complete response definitions (success, client error, server error).

100%

Tooling Readiness

Health of API ingestion, bundling, and resolution within Jentic pipelines.

37

AI-Readiness & Agent Experience

Semantic breadth, depth, and agent comprehension for AI systems.

Grade: FSignals: 4
46%

Description Coverage

Coverage of descriptions across API elements.

0%

Error Standardization

Coverage of RFC 9457 Problem Details for error responses.

100%

OperationId Quality

Coverage, uniqueness, and casing consistency of operationIds for AI inference.

0%

Summary Coverage

Coverage of summaries across operations/tags/info.

92

Agent Usability

Functional utility, complexity comfort, and AI orchestration readiness.

Grade: A+Signals: 1
92%

Complexity Comfort

Agent comfort level based on API operational and structural complexity.

50

Security

Trust, risk posture, and security compliance.

Grade: C-Signals: 1
50%

Authentication Strength

Average quality of security schemes based on authentication method strength (weakest link for OAuth2).

100

AI Discoverability

Findability, semantic richness, and reasoning readiness.

Grade: A+Signals: 1
100%

Descriptive Richness

Clarity and depth of descriptions across API elements.

View full reportHow the score is calculatedMore about the dimensions

Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

Score your own APIScoring CLI agent skill
npx @jentic/api-scorecard-cli score <openapi-url>

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Wiring Amazon AppStream 2.0 by hand means creating IAM credentials, choosing the right regional host from appstream.{region}.amazonaws.com, signing every request with AWS SigV4, and passing the X-Amz-Target action header on each call yourself. Through Jentic you install once, import Amazon AppStream 2.0 from the API Directory, store the AWS access key once, and your agent calls it.

Permission scoping

Amazon AppStream 2.0 carries the fleet and stack targets in the request body rather than the URL path, so limit the agent to the operations it needs, such as CreateFleet, CreateStack, or CreateStreamingURL. You choose the operations it may call, so destructive ones like deleting a fleet or a stack are not included unless you add them.

Credential isolation

Your AWS access key for Amazon AppStream 2.0 is stored once, encrypted, by your own Jentic One instance and signed with SigV4 at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Agents search Jentic by intent such as 'stream a Windows desktop application to a browser' or 'generate a streaming URL for a user', and Jentic returns the matching Amazon AppStream 2.0 operation with its input schema so the agent calls the right endpoint without browsing the AWS service reference.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

EC2 self-managed instances

→

EC2 lets you run Windows desktops yourself but without the streaming protocol or session management AppStream provides

Choose EC2 when you need full control over Windows hosts; choose AppStream 2.0 when you want managed application streaming.

Complementary

Cognito identity pools

→

Cognito provides federated identities that can drive AppStream user pools

Use Cognito alongside AppStream when streaming user identity should come from a federated identity provider.

FAQs

Specific to using Amazon AppStream API through Jentic.

What authentication does the Amazon AppStream 2.0 API use?

The Amazon AppStream 2.0 API uses AWS Signature Version 4 (HMAC) request signing with IAM-issued credentials, the same scheme as every AWS service API. Jentic's your Jentic One instance stores those AWS credentials encrypted in the vault, generates short-lived signed requests at execution time, and never passes raw access keys into the agent's context.

Can I create a streaming fleet for my application with the Amazon AppStream 2.0 API?

Yes - the Amazon AppStream 2.0 API exposes 65 operations including the actions needed for that scenario. Use the operations listed in the key endpoints section as the starting point, then chain calls as needed for your workflow.

What are the rate limits for the Amazon AppStream 2.0 API?

AWS applies per-account, per-region request rate limits to the Amazon AppStream 2.0 control plane. Specific limits are not encoded in the OpenAPI spec; consult the AWS service quotas console for the Amazon AppStream 2.0 entry, and design retries with exponential backoff to absorb throttling responses.

How do I stream a Windows desktop application to a browser through Jentic?

Run pip install jentic, then call client.search('stream a Windows desktop application to a browser') to discover the Amazon AppStream 2.0 operations that match. Load the schema for the chosen operation with client.load(...) and execute it with client.execute(...). Jentic handles AWS request signing automatically against the credentials stored in your Jentic One instance.

Is the Amazon AppStream 2.0 API free to call?

AWS does not charge for control-plane API calls themselves on most Amazon AppStream 2.0 operations, but the underlying resources you create or operate (fleets, queries, deployments, and so on) incur usage charges according to the Amazon AppStream 2.0 pricing page. Refer to the AWS pricing page for the service to estimate cost.

Which operations should an agent call first when working with the Amazon AppStream 2.0 API?

For most workflows, agents should start by listing existing resources to understand the current state, then call the create or update operation that matches the intent. The endpoints listed under Key Endpoints in the catalog give a ranked starting set.

Can I limit what my agent is allowed to do with the AWS AppStream API?

Yes. Because you run Jentic One yourself, your own rules decide which AppStream operations and which AWS credentials the agent may use. Since AppStream carries the fleet and stack targets in the request body rather than the URL path, you scope the agent to just the operations it needs, such as CreateFleet, CreateStack, or CreateStreamingURL. Destructive operations like deleting a fleet or a stack are not included unless you explicitly add them.

GET STARTED

Start building with Amazon AppStream API

Explore with Jentic One
View OpenAPI Document