Draft
Conversation
Documents the new settings and secrets API example added in OpenHands/software-agent-sdk#3060. Covers: - Settings endpoints (GET/PATCH) - Secrets CRUD operations - Secret name validation - Secret redaction behavior Co-authored-by: openhands <openhands@all-hands.dev>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
2 tasks
xingyaoww
reviewed
May 5, 2026
Synced code blocks with examples from the feat/encrypted-secrets-in-transit branch of software-agent-sdk. Updated 16 files including the new settings-secrets-api.mdx example. Co-authored-by: openhands <openhands@all-hands.dev>
Updated documentation to reflect the improved example that: - Stores LLM config via Settings API - Verifies X-Expose-Secrets: encrypted mode - Runs a real RemoteConversation agent session - Tests custom secrets CRUD operations Co-authored-by: openhands <openhands@all-hands.dev>
Updated documentation to reflect the new example that: - Uses POST /api/conversations with secrets_encrypted=True - Demonstrates full encrypted secrets flow for frontend clients - Shows how to poll conversation state Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: openhands <openhands@all-hands.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new settings and secrets API example added in OpenHands/software-agent-sdk#3060.
Important: This branch name (
feat/encrypted-secrets-in-transit) matches the SDK PR branch name so thecheck-examplesCI workflow can find this documentation.Changes
sdk/guides/agent-server/settings-secrets-api.mdxdocumenting:docs.jsonto include the new page in the Remote Agent Server sectionRelated PR
This PR was created by an AI agent (OpenHands) on behalf of the user.
@malhotra5 can click here to continue refining the PR