Hexel Studio home page
Search...
⌘K
Support
Console
Console
Search...
Navigation
User Guide
Frequently Asked Questions (FAQ)
Guides
Secret Manager
API Reference
User Guide
Hexel Secret Manager Documentation
Getting Started with Secret Manager
User Manual & Usage Guide
Best Practices for Secret Management
Frequently Asked Questions (FAQ)
Troubleshooting Guide
Auth
POST
Login
POST
Refresh Token
POST
Logout
Users
POST
Create User
GET
List Users
GET
Get Current User
GET
Get User by ID
Roles
POST
Create Role
GET
List Roles
GET
Get Role by ID
Profile
GET
Get Current User Profile
Tokens
GET
Get Active Sessions
Tenants
GET
List Tenants
GET
Get Tenant by ID
POST
Create Tenant
PUT
Update Tenant
DEL
Delete Tenant
User Secrets
GET
List User Secrets
POST
Create User Secret
GET
Get User Secret by ID
PUT
Update User Secret
DEL
Delete User Secret
Admin Services
GET
List Third Party Services (Admin)
POST
Create Third Party Service (Admin)
GET
Get Third Party Service by ID (Admin)
PUT
Update Third Party Service (Admin)
DEL
Delete Third Party Service (Admin)
GET
List Service Secrets (Admin)
POST
Create or Update Service Secret (Admin)
Tenant Secrets
GET
List Tenant Secrets
POST
Create Tenant Secret
GET
Get Tenant Secret by ID
PUT
Update Tenant Secret
DEL
Delete Tenant Secret
Services
GET
List Third Party Services
POST
Initiate Service Authorization
GET
Service OAuth Callback
On this page
How do I get started with Secret Manager?
How do I reset my password or recover my account?
How do I obtain an API token?
What should I do if I suspect a secret has been leaked?
Can I use the same secret in multiple environments?
How do I manage access to secrets?
Where can I find API documentation?
Who do I contact for support?
User Guide
Frequently Asked Questions (FAQ)
Answers to common questions about Hexel Secret Manager.
How do I get started with Secret Manager?
See the
Getting Started
guide for step-by-step instructions.
How do I reset my password or recover my account?
Use the password reset feature on the login page or contact your administrator.
How do I obtain an API token?
Login via the dashboard or use the
/api/v1/auth/login
endpoint to receive a Bearer token.
What should I do if I suspect a secret has been leaked?
Immediately rotate the affected secret, audit recent activity, and notify your admin or security team.
Can I use the same secret in multiple environments?
No, you should use separate secrets for development, staging, and production for security reasons.
How do I manage access to secrets?
Use roles and permissions to control who can view, create, update, or delete secrets. See
Best Practices
.
Where can I find API documentation?
See the
API Reference
and endpoint-specific docs in the sidebar.
Who do I contact for support?
Email
support@hexelstudio.com
or use the support link in the documentation navbar.
If your question is not answered here, please refer to the full documentation or contact support.
Best Practices for Secret Management
Troubleshooting Guide
Assistant
Responses are generated using AI and may contain mistakes.