AI agent? Read this page as Markdown at /unified/secretsmanager/List_secrets_manager_setup_instructions.md — append .md to any docs URL, or start from /llms.txt.

List secrets manager setup instructions

GET/unified/secretsmanager/instructions

Returns

type enum
Valid values:
"aws"
"azure"
"gcp"
"hashicorp"
"composio"
keystring required
labelstring required
instructionsstring
const options = {
  method: 'GET',
  url: 'https://api.unified.to/unified/secretsmanager/instructions',
  headers: {
    authorization: 'bearer .....'
  },

};

const results = await axios.request(options);
Are we missing anything? Let us know
Was this page helpful?