# Hoop.dev - Automated Access and Data Protection ## Docs - [Create Access Request Rule](https://mintlify.hoop.dev/docs/api-reference/access-request-rules/create-access-request-rule.md): Create a new access request rule for the organization - [Delete Access Request Rule](https://mintlify.hoop.dev/docs/api-reference/access-request-rules/delete-access-request-rule.md): Delete an access request rule by name - [Get Access Request Rule](https://mintlify.hoop.dev/docs/api-reference/access-request-rules/get-access-request-rule.md): Get an access request rule by ID - [List Access Request Rules](https://mintlify.hoop.dev/docs/api-reference/access-request-rules/list-access-request-rules.md): List all access request rules for the organization with pagination - [Update Access Request Rule](https://mintlify.hoop.dev/docs/api-reference/access-request-rules/update-access-request-rule.md): Update an access request rule by ID - [Create Agent Key](https://mintlify.hoop.dev/docs/api-reference/agents/create-agent-key.md): Create an agent key in a DSN format: `grpc(s)://:@:?mode=standard|embedded`. This key is used to deploy agents and expose internal resources from your infra-structure - [Delete Agent Key](https://mintlify.hoop.dev/docs/api-reference/agents/delete-agent-key.md): Remove an agent key. It will invalidate a running agent - [Get Agent Key](https://mintlify.hoop.dev/docs/api-reference/agents/get-agent-key.md): Get an agent key by name or ID - [List Agent Keys](https://mintlify.hoop.dev/docs/api-reference/agents/list-agent-keys.md): List all agent keys - [Create AI Session Analyzer Rule](https://mintlify.hoop.dev/docs/api-reference/ai/create-ai-session-analyzer-rule.md): Create a new AI session analyzer rule - [Delete AI Session Analyzer Provider](https://mintlify.hoop.dev/docs/api-reference/ai/delete-ai-session-analyzer-provider.md): Delete the AI provider configured for the session analyzer feature in the organization - [Delete AI Session Analyzer Rule](https://mintlify.hoop.dev/docs/api-reference/ai/delete-ai-session-analyzer-rule.md): Delete an AI session analyzer rule - [Get AI Session Analyzer Provider](https://mintlify.hoop.dev/docs/api-reference/ai/get-ai-session-analyzer-provider.md): Get the AI provider configured for the session analyzer feature in the organization - [Get AI Session Analyzer Rule](https://mintlify.hoop.dev/docs/api-reference/ai/get-ai-session-analyzer-rule.md): Get an AI session analyzer rule by name - [Get AI Session Analyzer Rule by Connection](https://mintlify.hoop.dev/docs/api-reference/ai/get-ai-session-analyzer-rule-by-connection.md): Get the AI session analyzer rule configured for a specific connection - [List AI Session Analyzer Rules](https://mintlify.hoop.dev/docs/api-reference/ai/list-ai-session-analyzer-rules.md): List all AI session analyzer rules for the organization, optionally filtered by connection names - [Update AI Session Analyzer Rule](https://mintlify.hoop.dev/docs/api-reference/ai/update-ai-session-analyzer-rule.md): Update an existing AI session analyzer rule - [Upsert AI Session Analyzer Provider](https://mintlify.hoop.dev/docs/api-reference/ai/upsert-ai-session-analyzer-provider.md): Create or update the AI provider for the session analyzer feature in the organization (one per org) - [Create API Key](https://mintlify.hoop.dev/docs/api-reference/api-keys/create-api-key.md): Generate a new API key. The raw key is returned only once in the response and cannot be retrieved after creation. - [Get API Key](https://mintlify.hoop.dev/docs/api-reference/api-keys/get-api-key.md): Get an API key by name or ID - [List API Keys](https://mintlify.hoop.dev/docs/api-reference/api-keys/list-api-keys.md): List all API keys for the organization - [Reactivate API Key](https://mintlify.hoop.dev/docs/api-reference/api-keys/reactivate-api-key.md): Reactivate a revoked API key. Sets status back to active and clears deactivation metadata. - [Revoke API Key](https://mintlify.hoop.dev/docs/api-reference/api-keys/revoke-api-key.md): Revoke an API key (soft delete). The key status is set to revoked. - [Update API Key](https://mintlify.hoop.dev/docs/api-reference/api-keys/update-api-key.md): Update an API key's name and/or groups. Works for both active and revoked keys. - [Create Attribute](https://mintlify.hoop.dev/docs/api-reference/attributes/create-attribute.md): Create a new attribute for the organization. - [Delete Attribute](https://mintlify.hoop.dev/docs/api-reference/attributes/delete-attribute.md): Delete an attribute by name or ID. - [Get Attribute](https://mintlify.hoop.dev/docs/api-reference/attributes/get-attribute.md): Get an attribute by name or ID. - [List Attributes](https://mintlify.hoop.dev/docs/api-reference/attributes/list-attributes.md): List attributes for the organization with optional pagination and search. - [Update Attribute](https://mintlify.hoop.dev/docs/api-reference/attributes/update-attribute.md): Rename an existing attribute. - [List security audit logs](https://mintlify.hoop.dev/docs/api-reference/audit-logs/list-security-audit-logs.md): Lists security audit log entries for the organization. Only admins can access this API. Supports filtering by actor, resource type, action, HTTP method, HTTP status, client IP, path, outcome, and date range. Results are ordered by created_at descending. - [Local | Login](https://mintlify.hoop.dev/docs/api-reference/authentication/local-|-login.md): Generate a new access token to interact with the API that expires in 12 hours. - [Local | Register User](https://mintlify.hoop.dev/docs/api-reference/authentication/local-|-register-user.md): It registers a new user in the system with the provided email and password. Additionall users are only registered when they are invited by an existing admin user. - [OIDC | Login](https://mintlify.hoop.dev/docs/api-reference/authentication/oidc-|-login.md): Returns the login url to perform the signin on the identity provider - [OIDC | Login Callback](https://mintlify.hoop.dev/docs/api-reference/authentication/oidc-|-login-callback.md): Exchanges and validates the authorization code for an access token after being redirect by the external provider. A success authentication will redirect the user back to the default redirect url provided in the /login route. - [OIDC | Signup](https://mintlify.hoop.dev/docs/api-reference/authentication/oidc-|-signup.md): Signup anonymous authenticated user. This endpoint is only used for multi tenant setups. - [SAML | Login](https://mintlify.hoop.dev/docs/api-reference/authentication/saml-|-login.md): Returns the login url to perform the signin on the identity provider. - [SAML | Login Callback](https://mintlify.hoop.dev/docs/api-reference/authentication/saml-|-login-callback.md): It redirects the user to the redirect URL with a JWT access token on success. A success authentication will redirect the user back to the default redirect url provided in the /saml/login route. In case of error it will include the query string error= when redirecting. - [Create Database Role Job](https://mintlify.hoop.dev/docs/api-reference/aws/create-database-role-job.md): It creates a job that performs the provisioning of default database roles - [Create RDS Root Password](https://mintlify.hoop.dev/docs/api-reference/aws/create-rds-root-password.md): It creates password for RDS instances that is used to reset the root password when executing the database role job. The password are used only once and expire after 30 minutes. - [Delete IAM Access Key](https://mintlify.hoop.dev/docs/api-reference/aws/delete-iam-access-key.md): Remove IAM Access Key from memory - [Get Caller Identity](https://mintlify.hoop.dev/docs/api-reference/aws/get-caller-identity.md): It obtain the aws identity of the instance role or credentials - [Get DB Role Job](https://mintlify.hoop.dev/docs/api-reference/aws/get-db-role-job.md): Get DB Role job by id - [List AWS Accounts](https://mintlify.hoop.dev/docs/api-reference/aws/list-aws-accounts.md): It list all AWS accounts associated with the access key credentials - [List Database Instances](https://mintlify.hoop.dev/docs/api-reference/aws/list-database-instances.md): It list RDS Database Instances - [List DB Role Jobs](https://mintlify.hoop.dev/docs/api-reference/aws/list-db-role-jobs.md): List all db role jobs - [Update IAM Access Key](https://mintlify.hoop.dev/docs/api-reference/aws/update-iam-access-key.md): Update IAM Access Key or set a region when using IAM instance role - [Close Connection Credentials Session](https://mintlify.hoop.dev/docs/api-reference/connections/close-connection-credentials-session.md): Ends the current audit session for a credential and tears down any active proxy connections, but keeps the credential itself usable. The stored token is preserved so the next credential request for the same (user, connection) pair returns the same value. For explicit token invalidation use the revok… - [Create Connection](https://mintlify.hoop.dev/docs/api-reference/connections/create-connection.md): The connection resource allows exposing internal services from your internal infra structure to users. - [Create Connection Credentials](https://mintlify.hoop.dev/docs/api-reference/connections/create-connection-credentials.md): Create Connection Credentials - [Delete Connection](https://mintlify.hoop.dev/docs/api-reference/connections/delete-connection.md): Delete a connection resource. - [Get Active Connection Credentials](https://mintlify.hoop.dev/docs/api-reference/connections/get-active-connection-credentials.md): Returns the current active, non-expired credentials for the authenticated user on the given connection without creating a new session. Returns 404 if no active credentials exist or they have expired. - [Get Connection](https://mintlify.hoop.dev/docs/api-reference/connections/get-connection.md): Get resource by name or id - [Get Table Columns](https://mintlify.hoop.dev/docs/api-reference/connections/get-table-columns.md): Get columns from a specific table - [List Connection Tags](https://mintlify.hoop.dev/docs/api-reference/connections/list-connection-tags.md): List all Connection Tags. - [List Connections](https://mintlify.hoop.dev/docs/api-reference/connections/list-connections.md): List all connections. - [List Database Tables](https://mintlify.hoop.dev/docs/api-reference/connections/list-database-tables.md): List tables from a database without column details - [List Databases](https://mintlify.hoop.dev/docs/api-reference/connections/list-databases.md): List all available databases for a database connection - [Patch Connection](https://mintlify.hoop.dev/docs/api-reference/connections/patch-connection.md): Partial update of a connection resource. Only provided fields will be updated. - [Resume Connection Credentials Request](https://mintlify.hoop.dev/docs/api-reference/connections/resume-connection-credentials-request.md): Resume a connection credentials request after review approval - [Revoke Connection Credentials](https://mintlify.hoop.dev/docs/api-reference/connections/revoke-connection-credentials.md): Revokes a connection credential, invalidating the stored token and disconnecting any active sessions. The next credential request for the same (user, connection) pair will issue a fresh token. - [Test Connection](https://mintlify.hoop.dev/docs/api-reference/connections/test-connection.md): Test resource by name or id (only for database connections, it will attempt a simple ping). - [Update Connection](https://mintlify.hoop.dev/docs/api-reference/connections/update-connection.md): Update a connection resource - [Update Data Masking Rule Connections](https://mintlify.hoop.dev/docs/api-reference/connections/update-data-masking-rule-connections.md): Update Data Masking Rule Connections - [Create Data Masking Rule](https://mintlify.hoop.dev/docs/api-reference/data-masking-rules/create-data-masking-rule.md): Create Data Masking Rule - [Delete Data Masking Rule](https://mintlify.hoop.dev/docs/api-reference/data-masking-rules/delete-data-masking-rule.md): Delete a Data Masking Rule resource. - [Get Data Masking Rule](https://mintlify.hoop.dev/docs/api-reference/data-masking-rules/get-data-masking-rule.md): Get Data Masking Rule - [List Data Masking Rules](https://mintlify.hoop.dev/docs/api-reference/data-masking-rules/list-data-masking-rules.md): List Data Masking Rules - [Update Data Masking Rule](https://mintlify.hoop.dev/docs/api-reference/data-masking-rules/update-data-masking-rule.md): Update Data Masking Rule - [List Feature Flags](https://mintlify.hoop.dev/docs/api-reference/feature-flags/list-feature-flags.md): List all feature flags from the catalog with their per-org state - [Update Feature Flag](https://mintlify.hoop.dev/docs/api-reference/feature-flags/update-feature-flag.md): Enable or disable a feature flag for the organization - [Feature Update](https://mintlify.hoop.dev/docs/api-reference/features/feature-update.md): Updates a feature configuration. It will report if this feature is available in the user info endpoint. - [Get Webhooks Dashboard](https://mintlify.hoop.dev/docs/api-reference/features/get-webhooks-dashboard.md): Get webhooks dashboard url - [OpenAI Chat Completions](https://mintlify.hoop.dev/docs/api-reference/features/openai-chat-completions.md): Proxy to OpenAI chat completions `/vi/chat/completions` - [Create Guard Rail Rules](https://mintlify.hoop.dev/docs/api-reference/guard-rails/create-guard-rail-rules.md): Create Guard Rail Rules - [Delete a Rule](https://mintlify.hoop.dev/docs/api-reference/guard-rails/delete-a-rule.md): Delete a Guard Rail Rule resource. - [Get Guard Rail Rules](https://mintlify.hoop.dev/docs/api-reference/guard-rails/get-guard-rail-rules.md): Get Guard Rail Rules - [List Guard Rail Rules](https://mintlify.hoop.dev/docs/api-reference/guard-rails/list-guard-rail-rules.md): List Guard Rail Rules - [Update Guard Rail Rules](https://mintlify.hoop.dev/docs/api-reference/guard-rails/update-guard-rail-rules.md): Update Guard Rail Rules - [Create Issue Templates](https://mintlify.hoop.dev/docs/api-reference/jira/create-issue-templates.md): Create Issue Templates - [Create Jira Integration](https://mintlify.hoop.dev/docs/api-reference/jira/create-jira-integration.md): Create a new Jira integration for the organization - [Delete Issue Templates](https://mintlify.hoop.dev/docs/api-reference/jira/delete-issue-templates.md): Delete Issue Templates - [Get Asset Objects](https://mintlify.hoop.dev/docs/api-reference/jira/get-asset-objects.md): Get objects from the Jira Service Management (JSM) Assets API - [Get Issue Templates](https://mintlify.hoop.dev/docs/api-reference/jira/get-issue-templates.md): Get Issue Templates - [Get Jira Integration](https://mintlify.hoop.dev/docs/api-reference/jira/get-jira-integration.md): Get Jira integration for the organization - [List Issue Templates](https://mintlify.hoop.dev/docs/api-reference/jira/list-issue-templates.md): List Issue Templates - [Update Issue Templates](https://mintlify.hoop.dev/docs/api-reference/jira/update-issue-templates.md): Update Issue Templates - [Update Jira Integration](https://mintlify.hoop.dev/docs/api-reference/jira/update-jira-integration.md): Update the Jira integration for the organization - [Create Machine Identity](https://mintlify.hoop.dev/docs/api-reference/machine-identities/create-machine-identity.md): Create a machine identity (non-human identity) with native credentials for each connection - [Delete Machine Identity](https://mintlify.hoop.dev/docs/api-reference/machine-identities/delete-machine-identity.md): Delete a machine identity and revoke all associated credentials - [Get Machine Identity](https://mintlify.hoop.dev/docs/api-reference/machine-identities/get-machine-identity.md): Get a machine identity by name - [List Machine Identities](https://mintlify.hoop.dev/docs/api-reference/machine-identities/list-machine-identities.md): List all machine identities (non-human identities) - [List Machine Identity Credentials](https://mintlify.hoop.dev/docs/api-reference/machine-identities/list-machine-identity-credentials.md): List full credential details for a machine identity including connection strings and secret keys - [Rotate Machine Identity Credential](https://mintlify.hoop.dev/docs/api-reference/machine-identities/rotate-machine-identity-credential.md): Rotate (regenerate) a credential for a specific connection. The old credential is revoked and a new one is returned. - [Update Machine Identity](https://mintlify.hoop.dev/docs/api-reference/machine-identities/update-machine-identity.md): Update a machine identity. Adding connections provisions new credentials; removing connections revokes them. - [Create Org Key](https://mintlify.hoop.dev/docs/api-reference/organization-management/create-org-key.md): Create the organization key to run with `hoop run` command line. - [Get Org Key](https://mintlify.hoop.dev/docs/api-reference/organization-management/get-org-key.md): Get the organization key to run with `hoop run` command line - [Revoke Org Key](https://mintlify.hoop.dev/docs/api-reference/organization-management/revoke-org-key.md): Remove organization key - [Create Plugin](https://mintlify.hoop.dev/docs/api-reference/plugins/create-plugin.md): Create Plugin resource - [Delete Plugin Connection](https://mintlify.hoop.dev/docs/api-reference/plugins/delete-plugin-connection.md): Delete a plugin connection resource. - [Get Plugin](https://mintlify.hoop.dev/docs/api-reference/plugins/get-plugin.md): Get a plugin resource by name - [Get Plugin Connection](https://mintlify.hoop.dev/docs/api-reference/plugins/get-plugin-connection.md): Get a plugin connection resource - [List Plugins](https://mintlify.hoop.dev/docs/api-reference/plugins/list-plugins.md): List all Plugin resources - [Update Plugin](https://mintlify.hoop.dev/docs/api-reference/plugins/update-plugin.md): Update Plugin resource. The `config` and `name` attributes are immutable for this endpoint. - [Update Plugin Config](https://mintlify.hoop.dev/docs/api-reference/plugins/update-plugin-config.md): Update the Plugin resource top level configuration. - [Upsert Plugin Connection](https://mintlify.hoop.dev/docs/api-reference/plugins/upsert-plugin-connection.md): Update or create a plugin connection resource - [ProxyManager Connect](https://mintlify.hoop.dev/docs/api-reference/proxy-manager/proxymanager-connect.md): Send a connect request to the client. A successful response indicates the client has stablished a connection. If the connection resource has the review enabled, it returns a successful response containing the link of the review in the `Localtion` header. - [ProxyManager Disconnect](https://mintlify.hoop.dev/docs/api-reference/proxy-manager/proxymanager-disconnect.md): Send a disconnect request. The transport layer will disconnect the connected client asynchronously - [ProxyManager Status](https://mintlify.hoop.dev/docs/api-reference/proxy-manager/proxymanager-status.md): Get the current status of the client - [Session Reports](https://mintlify.hoop.dev/docs/api-reference/reports/session-reports.md): The report payload groups sessions by info types and by a custom field (`group_by`) provided by the client. The items returns data containing the sum of redact fields performed by a given info type aggregated by the `group_by` attribute. - [Applies a batch of resource plans](https://mintlify.hoop.dev/docs/api-reference/resources/applies-a-batch-of-resource-plans.md): Applies a batch of previously created resource plans. Each item references a plan session by SID and the target resource name. All items are processed concurrently and the response is returned once all have completed. Per-item failures are embedded in the results with status "failed" rather than ret… - [Applies a resource plan](https://mintlify.hoop.dev/docs/api-reference/resources/applies-a-resource-plan.md): Applies a previously created provisioning plan to a single resource. The plan session referenced by SID must have been created by the plan endpoint. On success, the resulting role and its credentials are synced as a connection. - [Creates a batch of resource plans](https://mintlify.hoop.dev/docs/api-reference/resources/creates-a-batch-of-resource-plans.md): Validates provisioning plans for a batch of resources by computing the diff between the desired and current role state for each resource. Each item is session-audited and receives its own plan ID (SID) that can be referenced when applying. All items are processed concurrently and the response is ret… - [Creates a resource](https://mintlify.hoop.dev/docs/api-reference/resources/creates-a-resource.md): Creates a resource for the organization. - [Creates a resource plan](https://mintlify.hoop.dev/docs/api-reference/resources/creates-a-resource-plan.md): Validates a provisioning plan for a single resource by computing the diff between the desired and current role state. The plan is session-audited and returns a plan ID (SID) that can be referenced when applying. - [Deletes a resource](https://mintlify.hoop.dev/docs/api-reference/resources/deletes-a-resource.md): Deletes a resource by ID for the organization. - [Gets a resource](https://mintlify.hoop.dev/docs/api-reference/resources/gets-a-resource.md): Gets a resource by ID for the organization. - [Lists resources](https://mintlify.hoop.dev/docs/api-reference/resources/lists-resources.md): Lists all resources for the organization. - [Tests connectivity for a resource](https://mintlify.hoop.dev/docs/api-reference/resources/tests-connectivity-for-a-resource.md): Performs a connectivity test against the resource's master credentials to verify network connectivity. Uses a minimal query (e.g. SELECT 1) to confirm the host is reachable and the master user can authenticate. - [Tests connectivity for multiple resources](https://mintlify.hoop.dev/docs/api-reference/resources/tests-connectivity-for-multiple-resources.md): Performs concurrent connectivity tests for the given resources. Each execution has a 10-second timeout. - [Updates a resource](https://mintlify.hoop.dev/docs/api-reference/resources/updates-a-resource.md): Updates a resource by ID for the organization. - [Get Review](https://mintlify.hoop.dev/docs/api-reference/reviews/get-review.md): Get review resource by the id or session id - [Get Review List,](https://mintlify.hoop.dev/docs/api-reference/reviews/get-review-list.md): Get all reviews resource - [Update Review Status](https://mintlify.hoop.dev/docs/api-reference/reviews/update-review-status.md): Update the status of a review resource by its resource ID or session ID. This endpoint is used to approve, reject, or revoke reviews for session execution requests. - [Update Review Status By Sid](https://mintlify.hoop.dev/docs/api-reference/reviews/update-review-status-by-sid.md): Update the status of a review resource by its resource ID or session ID. This endpoint is used to approve, reject, or revoke reviews for session execution requests. - [Create Runbook Configuration Entry](https://mintlify.hoop.dev/docs/api-reference/runbooks/create-runbook-configuration-entry.md): Create Runbook Configuration Entry - [Create Runbook File](https://mintlify.hoop.dev/docs/api-reference/runbooks/create-runbook-file.md): Commit a new file (or overwrite an existing one) to the git repository associated with the given configuration ID. - [Create Runbook Rule](https://mintlify.hoop.dev/docs/api-reference/runbooks/create-runbook-rule.md): Create a new Runbook Rule - [Delete Runbook Configuration Entry](https://mintlify.hoop.dev/docs/api-reference/runbooks/delete-runbook-configuration-entry.md): Delete a runbook configuration entry. - [Delete Runbook Rule](https://mintlify.hoop.dev/docs/api-reference/runbooks/delete-runbook-rule.md): Delete a Runbook Rule by ID - [Get Runbook Configuration](https://mintlify.hoop.dev/docs/api-reference/runbooks/get-runbook-configuration.md): Get Runbook Configuration - [Get Runbook Rule](https://mintlify.hoop.dev/docs/api-reference/runbooks/get-runbook-rule.md): Get a single Runbook Rule by ID - [List Runbook Rules](https://mintlify.hoop.dev/docs/api-reference/runbooks/list-runbook-rules.md): List all Runbook Rules - [List Runbooks](https://mintlify.hoop.dev/docs/api-reference/runbooks/list-runbooks.md): List all Runbooks - [List Runbooks](https://mintlify.hoop.dev/docs/api-reference/runbooks/list-runbooks-1.md): List all Runbooks - [List Runbooks By Connection](https://mintlify.hoop.dev/docs/api-reference/runbooks/list-runbooks-by-connection.md): List Runbooks templates by connection - [Runbook Exec](https://mintlify.hoop.dev/docs/api-reference/runbooks/runbook-exec.md): Start a execution using a Runbook as input. If the connection has a JIRA issue template configured, it will create a JIRA issue. - [Runbook Exec](https://mintlify.hoop.dev/docs/api-reference/runbooks/runbook-exec-1.md): Start a execution using a Runbook as input. If the connection has a JIRA issue template configured, it will create a JIRA issue. - [Update Runbook Configuration](https://mintlify.hoop.dev/docs/api-reference/runbooks/update-runbook-configuration.md): Update Runbook Configuration - [Update Runbook Configuration Entry](https://mintlify.hoop.dev/docs/api-reference/runbooks/update-runbook-configuration-entry.md): Update Runbook Configuration Entry - [Update Runbook Rule](https://mintlify.hoop.dev/docs/api-reference/runbooks/update-runbook-rule.md): Update an existing Runbook Rule by ID - [Search](https://mintlify.hoop.dev/docs/api-reference/search/search.md): Performs a search for connections and runbooks based on the provided criteria. - [Generate API Key](https://mintlify.hoop.dev/docs/api-reference/server-management/generate-api-key.md): Generate a rollout api key - [Get Authentication Configuration](https://mintlify.hoop.dev/docs/api-reference/server-management/get-authentication-configuration.md): Get authentication configuration - [Get MCP OAuth 2.1 Resource Server Configuration](https://mintlify.hoop.dev/docs/api-reference/server-management/get-mcp-oauth-21-resource-server-configuration.md): Returns the per-org MCP OAuth Resource Server settings. When disabled (default), /mcp accepts Hoop-issued bearer tokens only. - [Get Organization Analytics Mode](https://mintlify.hoop.dev/docs/api-reference/server-management/get-organization-analytics-mode.md): Get the analytics privacy mode of the caller's organization - [Get Public Server Info](https://mintlify.hoop.dev/docs/api-reference/server-management/get-public-server-info.md): Get public server information - [Get Server Info](https://mintlify.hoop.dev/docs/api-reference/server-management/get-server-info.md): Get server information - [Get Server Miscellaneous Configuration](https://mintlify.hoop.dev/docs/api-reference/server-management/get-server-miscellaneous-configuration.md): Get server miscellaneous configuration - [HealthCheck](https://mintlify.hoop.dev/docs/api-reference/server-management/healthcheck.md): Reports if the service is working properly - [Sign License](https://mintlify.hoop.dev/docs/api-reference/server-management/sign-license.md): Sign a new license for a customer. This route is for internal use only - [Update Authentication Configuration](https://mintlify.hoop.dev/docs/api-reference/server-management/update-authentication-configuration.md): Update authentication configuration - [Update MCP OAuth 2.1 Resource Server Configuration](https://mintlify.hoop.dev/docs/api-reference/server-management/update-mcp-oauth-21-resource-server-configuration.md): Enable, disable, or reconfigure the OAuth 2.1 Resource Server profile for the /mcp endpoint. - [Update Org License](https://mintlify.hoop.dev/docs/api-reference/server-management/update-org-license.md): Upload a new license into the system - [Update Organization Analytics Mode](https://mintlify.hoop.dev/docs/api-reference/server-management/update-organization-analytics-mode.md): Update the analytics privacy mode of the caller's organization - [Update Server Miscellaneous Configuration](https://mintlify.hoop.dev/docs/api-reference/server-management/update-server-miscellaneous-configuration.md): Update server miscellaneous configuration - [Get Session Metrics](https://mintlify.hoop.dev/docs/api-reference/session-metrics/get-session-metrics.md): Query session metrics data with advanced filtering. Supports AND/OR logic for combining filters. Filter by resource types (connection_type), resource subtypes (connection_subtype), resources (connection_name), Presidio data types (info_type), masked/unmasked status, date ranges, session dates, and s… - [Create a provisioned session using API Key](https://mintlify.hoop.dev/docs/api-reference/sessions/create-a-provisioned-session-using-api-key.md) - [Download Session](https://mintlify.hoop.dev/docs/api-reference/sessions/download-session.md): Download session by id - [Download Session Input Command](https://mintlify.hoop.dev/docs/api-reference/sessions/download-session-input-command.md): Download session input session by id - [Exec](https://mintlify.hoop.dev/docs/api-reference/sessions/exec.md): This endpoint performs ad-hoc executions. It will wait 50 seconds for a sucessful response (200), otherwise return an Accepted status code (202) meaning the execution will be held asynchronously. The outcome could be obtained later on by fetching the resource using the attribute `id`. - [Get RDP session frames](https://mintlify.hoop.dev/docs/api-reference/sessions/get-rdp-session-frames.md): Returns paginated bitmap frames from an RDP session recording - [Get RDP session PII detections](https://mintlify.hoop.dev/docs/api-reference/sessions/get-rdp-session-pii-detections.md): Returns PII entity detections with screen-space coordinates for an RDP session recording - [Get Session](https://mintlify.hoop.dev/docs/api-reference/sessions/get-session.md): Get a session by id. This endpoint returns a conditional response - [Kill Session](https://mintlify.hoop.dev/docs/api-reference/sessions/kill-session.md) - [List Sessions](https://mintlify.hoop.dev/docs/api-reference/sessions/list-sessions.md): List session resources - [Retry RDP PII analysis](https://mintlify.hoop.dev/docs/api-reference/sessions/retry-rdp-pii-analysis.md): Resets a failed RDP analysis job to pending so the worker pool can re-claim it. - [Reviewed Exec](https://mintlify.hoop.dev/docs/api-reference/sessions/reviewed-exec.md): Run an execution in a reviewed session - [Stream Session Events](https://mintlify.hoop.dev/docs/api-reference/sessions/stream-session-events.md): Streams audit events for a machine session in real-time via SSE. Each event is published as it is appended to the WAL. No catch-up is sent for events that occurred before the subscription. - [Stream Session Result](https://mintlify.hoop.dev/docs/api-reference/sessions/stream-session-result.md): Returns the decoded output of a session as plain text with chunked transfer encoding - [Update Session Metadata](https://mintlify.hoop.dev/docs/api-reference/sessions/update-session-metadata.md) - [Create SPIFFE Mapping](https://mintlify.hoop.dev/docs/api-reference/spiffe/create-spiffe-mapping.md): Map a SPIFFE identity (exact URI or URI prefix) onto a Hoop agent. - [Delete SPIFFE Mapping](https://mintlify.hoop.dev/docs/api-reference/spiffe/delete-spiffe-mapping.md): Remove a SPIFFE-ID to agent mapping. - [List SPIFFE Mappings](https://mintlify.hoop.dev/docs/api-reference/spiffe/list-spiffe-mappings.md): List all SPIFFE-ID to agent mappings in the caller's organization. - [Update SPIFFE Mapping](https://mintlify.hoop.dev/docs/api-reference/spiffe/update-spiffe-mapping.md): Update an existing SPIFFE-ID to agent mapping. - [Create Service Account](https://mintlify.hoop.dev/docs/api-reference/user-management/create-service-account.md): Create a service account that is associated with a identity provider client - [Create User](https://mintlify.hoop.dev/docs/api-reference/user-management/create-user.md): Creating a user will pre configure user definitions like display name, profile picture, groups and the slack id - [Create User Group](https://mintlify.hoop.dev/docs/api-reference/user-management/create-user-group.md): Create a new user group - [Delete User](https://mintlify.hoop.dev/docs/api-reference/user-management/delete-user.md): Delete a user. - [Delete User Group](https://mintlify.hoop.dev/docs/api-reference/user-management/delete-user-group.md): Delete a user group - [Get User](https://mintlify.hoop.dev/docs/api-reference/user-management/get-user.md): Get user by email or subject id - [Get UserInfo](https://mintlify.hoop.dev/docs/api-reference/user-management/get-userinfo.md): Get own user's information - [Handle Organization Invitation](https://mintlify.hoop.dev/docs/api-reference/user-management/handle-organization-invitation.md): Accept or decline a pending organization invitation. On accept, the current user is migrated to the invited org and the old auto-created org is removed if empty. On decline, the invitation is dismissed permanently. - [List Service Accounts](https://mintlify.hoop.dev/docs/api-reference/user-management/list-service-accounts.md): List all service accounts - [List User Groups](https://mintlify.hoop.dev/docs/api-reference/user-management/list-user-groups.md): List all groups from all users - [List Users](https://mintlify.hoop.dev/docs/api-reference/user-management/list-users.md): List all users - [Patch User Slack ID](https://mintlify.hoop.dev/docs/api-reference/user-management/patch-user-slack-id.md): Patch own user's slack id - [Update Service Account](https://mintlify.hoop.dev/docs/api-reference/user-management/update-service-account.md): Update a service account that is associated with a identity provider client - [Update User](https://mintlify.hoop.dev/docs/api-reference/user-management/update-user.md): Updates an existing user - [Product updates](https://mintlify.hoop.dev/docs/changelog.md): Track all updates, improvements, and fixes to our platform - [1.40.1](https://mintlify.hoop.dev/docs/changelog/1.40.1.md): This is the first of our patch update blogs. This is where we'll post small (but mighty) feature updates as well as documenting the bugs that we step on. - [1.41.0](https://mintlify.hoop.dev/docs/changelog/1.41.0.md): We're back with another patch update. We've got some new features, we killed some more bugs, and one of our engineers started doing something with cookies! - [1.42.0](https://mintlify.hoop.dev/docs/changelog/1.42.0.md): This release is all about clarity and speed. Runbooks now have a proper home, connection setup feels smoother with the new Resources Catalog, and the proxy got a tune-up for better performance. It’s a solid round of polish that sets the stage for what’s next. - [1.42.1](https://mintlify.hoop.dev/docs/changelog/1.42.1.md): A quick patch fixing a critical issue with HTTP proxy environment variables. Sometimes the smallest fixes make the biggest difference. - [1.42.4](https://mintlify.hoop.dev/docs/changelog/1.42.4.md): Redis connection setup just got lighter. We removed mandatory authentication parameters to make local and development environments easier to configure. - [1.42.5](https://mintlify.hoop.dev/docs/changelog/1.42.5.md): Terminal fixes and a solid foundation for what's coming next. We squashed navigation bugs and built out the resources infrastructure to power better connection management. - [1.42.6](https://mintlify.hoop.dev/docs/changelog/1.42.6.md): Bug fixes and user experience improvements for runbook management, including scrolling fixes and keyboard shortcuts. - [1.42.9](https://mintlify.hoop.dev/docs/changelog/1.42.9.md): Data masking for MongoDB, RDP improvements, and a crucial fix for connection form persistence. This one's all about reliability and security. - [1.43.0](https://mintlify.hoop.dev/docs/changelog/1.43.0.md): This release brings major upgrades to RDP access and TLS handling, making Hoop even more seamless and secure across your infrastructure. - [1.43.1](https://mintlify.hoop.dev/docs/changelog/1.43.1.md): New runbooks v2 API with multi-repository support, connection-based access control, and improved execution capabilities. - [Command Line](https://mintlify.hoop.dev/docs/clients/cli.md): Install and configure the hoop.dev CLI to interact with your applications. - [hoop admin federation](https://mintlify.hoop.dev/docs/clients/cli-federation.md): Manage per-connection IAM federation from the CLI: get, set, delete, and dry-run policies plus admin credentials. - [hoop resources](https://mintlify.hoop.dev/docs/clients/cli-resources.md): Manage and provision PostgreSQL roles from the command line using hoop resources plan, apply, and health. - [hoop versions](https://mintlify.hoop.dev/docs/clients/cli-versions.md): Manage hoop CLI versions: sync to the connected gateway, upgrade to the latest release, or install any specific version side-by-side. - [Hoop Shell Plugins (hsh)](https://mintlify.hoop.dev/docs/clients/hsh.md): Use ssh and kubectl natively — hsh transparently routes them through your Hoop gateway. - [Creating Resource Roles](https://mintlify.hoop.dev/docs/clients/webapp/creating-resource-roles.md): Learn how to set up secure connections to your resources through the Hoop.dev web interface - [Managing Access](https://mintlify.hoop.dev/docs/clients/webapp/managing-access.md): Learn how to control and organize access to your resource roles through user groups and permissions - [Monitoring Sessions](https://mintlify.hoop.dev/docs/clients/webapp/monitoring-sessions.md): Learn how to track and audit resource role usage through the Sessions interface - [Web App Overview](https://mintlify.hoop.dev/docs/clients/webapp/overview.md): Get started with Hoop.dev's powerful web interface for managing secure infrastructure access - [Agents](https://mintlify.hoop.dev/docs/concepts/agents.md): The agent links your private infrastructure to Hoop, acting as a proxy between your network and the central gateway. - [Resource Roles](https://mintlify.hoop.dev/docs/concepts/resource-roles.md): The bridge between users and resources - [AWS Connect](https://mintlify.hoop.dev/docs/integrations/aws.md): Database Resource Discovery and Automatic Resource Role Creation. - [Jira](https://mintlify.hoop.dev/docs/integrations/jira.md): Automate change management and security workflows by integrating Jira with your infrastructure access requests. - [Microsoft Presidio](https://mintlify.hoop.dev/docs/integrations/ms-presidio.md): Enable sensitive data detection, masking, and guardrail enforcement using Microsoft Presidio. - [SIEM](https://mintlify.hoop.dev/docs/integrations/siem.md): Forward session events to your SIEM or logging pipeline using runbook hooks. - [Slack](https://mintlify.hoop.dev/docs/integrations/slack.md): Manage access requests directly from your Slack workspace. - [Svix](https://mintlify.hoop.dev/docs/integrations/svix.md): Integrate with Svix to have wehbooks/SIEM properly configured. - [Teams](https://mintlify.hoop.dev/docs/integrations/teams.md): Hoop.dev can integrate with Microsoft Teams, sending messages to a channel when a particular event happens. - [Getting Started](https://mintlify.hoop.dev/docs/introduction/getting-started.md): The Gateway for AI Acceleration: Layer 7 Control for Humans and Agents - [Attribute-Based Access Control](https://mintlify.hoop.dev/docs/learn/features/abac.md): Apply policies to groups of resource roles using attributes instead of listing every resource role - [Access Control](https://mintlify.hoop.dev/docs/learn/features/access-control.md): Control who can access which resource roles with group-based permissions - [Action Access Requests](https://mintlify.hoop.dev/docs/learn/features/access-requests/action.md): Require approval for individual commands before they execute - [Just-in-Time Access Requests](https://mintlify.hoop.dev/docs/learn/features/access-requests/jit.md): Grant temporary, time-limited access to resources with automatic expiration and approval workflows - [AI Session Analyzer](https://mintlify.hoop.dev/docs/learn/features/ai-session-analyzer.md): Analyze terminal sessions in real time and enforce risk-based actions before execution - [Event Routing](https://mintlify.hoop.dev/docs/learn/features/event-routing.md): Automatically dispatch a runbook whenever a platform event fires, with full audit and approval coverage. - [Guardrails](https://mintlify.hoop.dev/docs/learn/features/guardrails.md): Block dangerous queries before they execute with pattern-based rules - [IAM Federation for GCP](https://mintlify.hoop.dev/docs/learn/features/iam-federation-gcp.md): Mint per-user OAuth tokens for BigQuery and other GCP resources instead of sharing a single service-account key. - [Live Data Masking](https://mintlify.hoop.dev/docs/learn/features/live-data-masking.md): Automatically detect and mask sensitive data in query results without writing rules - [MCP Server](https://mintlify.hoop.dev/docs/learn/features/mcp-server.md): Connect AI agents to Hoop with the built-in Model Context Protocol server — every action stays under the same authorization, masking, guardrails, and review controls as a human session - [Parallel Mode](https://mintlify.hoop.dev/docs/learn/features/parallel-mode.md): Execute commands across multiple resource roles simultaneously - [Resource Provisioning Hub](https://mintlify.hoop.dev/docs/learn/features/resource-provisioning.md): Bulk-provision and manage PostgreSQL roles across every database connected to Hoop — with a plan/apply dry-run workflow and full audit trail. - [Runbooks](https://mintlify.hoop.dev/docs/learn/features/runbooks.md): Create reusable, parameterized templates for common operations - [Secrets Management](https://mintlify.hoop.dev/docs/learn/features/secrets-manager.md): Securely inject credentials into resource roles without exposing them to users - [Session Recording](https://mintlify.hoop.dev/docs/learn/features/session-recording.md): Record and playback terminal sessions and entire database resource roles. - [Workflow Observability](https://mintlify.hoop.dev/docs/learn/features/workflow-observability.md): See exactly what AI agents, scripts, and CI/CD jobs did in Hoop, attributed to named identities and grouped by workflow run - [Claude Code](https://mintlify.hoop.dev/docs/quickstart/ai-and-llms/claude-code.md): Proxy Claude Code to ensure sensitive data won’t leak. - [AWS CLI](https://mintlify.hoop.dev/docs/quickstart/cloud-services/aws/aws-cli.md): The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services from the command line. - [AWS CloudWatch](https://mintlify.hoop.dev/docs/quickstart/cloud-services/aws/aws-cloudwatch.md): A monitoring and observability service that provides data and actionable insights for AWS, hybrid, and on-premises applications and infrastructure resources. - [AWS ECS](https://mintlify.hoop.dev/docs/quickstart/cloud-services/aws/aws-ecs.md): Amazon Elastic Container Service (ECS) is a fully managed container orchestration service that helps you easily deploy, manage, and scale containerized applications. - [AWS SSM](https://mintlify.hoop.dev/docs/quickstart/cloud-services/aws/aws-ssm.md): AWS SSM script permits managing EC2 instances using AWS SSM via Hoop - [Git](https://mintlify.hoop.dev/docs/quickstart/cloud-services/git.md): Access git servers securely through Hoop using SSH. This integration enables secure git operations, repository management, and git server resource access through the Hoop proxy with complete audit trails and access controls. Works with GitHub, GitLab, Gitea, Forgejo, and any SSH-based git server. - [GitHub](https://mintlify.hoop.dev/docs/quickstart/cloud-services/github.md): Access GitHub resources securely through Hoop using SSH. This integration enables secure git operations, repository management, and GitHub resource access through the Hoop proxy with complete audit trails and access controls. - [Kubernetes](https://mintlify.hoop.dev/docs/quickstart/cloud-services/kubernetes/kubernetes.md): Manage Kubernetes resources through kubectl commands or native API access. This integration supports both CLI-based workflows and direct interaction with the Kubernetes API for full cluster control. - [Kubernetes EKS](https://mintlify.hoop.dev/docs/quickstart/cloud-services/kubernetes/kubernetes-eks.md): Manage Kubernetes resources through kubectl commands or native API access. This integration supports both CLI-based workflows and direct interaction with the Kubernetes API for full cluster control. - [Apache Cassandra](https://mintlify.hoop.dev/docs/quickstart/databases/apache-cassandra.md): A highly scalable, distributed NoSQL database designed for handling large amounts of data across many servers. - [BigQuery](https://mintlify.hoop.dev/docs/quickstart/databases/bigquery.md): A fully managed, serverless data warehouse that enables super-fast SQL queries using Google's infrastructure. - [DynamoDB](https://mintlify.hoop.dev/docs/quickstart/databases/dynamodb.md): Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. - [MongoDB](https://mintlify.hoop.dev/docs/quickstart/databases/mongodb.md): A NoSQL document-oriented database that provides high scalability and flexibility for modern applications. - [Microsoft SQL Server](https://mintlify.hoop.dev/docs/quickstart/databases/mssql.md): A relational database management system developed by Microsoft, offering comprehensive data management and business intelligence capabilities. - [MySQL](https://mintlify.hoop.dev/docs/quickstart/databases/mysql.md): The world's most popular open-source relational database, offering proven performance, reliability, and ease-of-use. - [Oracle](https://mintlify.hoop.dev/docs/quickstart/databases/oracle.md): A multi-model database management system designed for enterprise grid computing and high-performance applications. - [PostgreSQL](https://mintlify.hoop.dev/docs/quickstart/databases/postgres.md): A powerful, open-source relational database system known for reliability, feature robustness, and performance. - [Redis](https://mintlify.hoop.dev/docs/quickstart/databases/redis.md): An in-memory data structure store, used as a database, cache, and message broker with support for various data types. - [Clojure](https://mintlify.hoop.dev/docs/quickstart/development-environments/clojure.md): A dynamic, general-purpose programming language that combines interactive development with efficient infrastructure for multithreaded programming. - [Elixir IEx](https://mintlify.hoop.dev/docs/quickstart/development-environments/elixir-IEx.md): A dynamic, functional language designed for building maintainable and scalable applications, running on the Erlang Virtual Machine. - [Node.js](https://mintlify.hoop.dev/docs/quickstart/development-environments/nodejs.md): A JavaScript runtime built on Chrome's V8 engine, enabling server-side JavaScript development with high performance. - [PHP Artisan](https://mintlify.hoop.dev/docs/quickstart/development-environments/php-artisan.md): Laravel Artisan is the command-line interface included with Laravel, providing helpful commands for application development. - [Django](https://mintlify.hoop.dev/docs/quickstart/development-environments/python/django-admin.md): A high-level Python web framework that encourages rapid development and clean, pragmatic design with built-in admin interface. - [Python Scripts](https://mintlify.hoop.dev/docs/quickstart/development-environments/python/python-scripts.md): A versatile, high-level programming language perfect for scripting, automation, data analysis, and application development. - [Ruby on Rails](https://mintlify.hoop.dev/docs/quickstart/development-environments/ruby-on-rails.md): A web application framework written in Ruby that follows the MVC pattern, providing tools for rapid web development. - [Catalog](https://mintlify.hoop.dev/docs/quickstart/overview.md): Setup your environment by selecting your resource type - [Remote Desktop (RDP)](https://mintlify.hoop.dev/docs/quickstart/remote-desktop.md): Remote Desktop Protocol (RDP) allows accessing securely remote Windows instances via RDP protocol. - [Secure Shell (SSH)](https://mintlify.hoop.dev/docs/quickstart/ssh.md): A cryptographic network protocol for operating network services securely over an unsecured network, commonly used for remote command-line login. - [Grafana](https://mintlify.hoop.dev/docs/quickstart/web-applications/grafana-proxy.md): Access your Grafana monitoring and visualization platform securely through Hoop.dev with comprehensive audit trails, session recording, and intelligent traffic monitoring. - [HTTP Proxy](https://mintlify.hoop.dev/docs/quickstart/web-applications/http-proxy.md): Access HTTP/HTTPS endpoints securely through Hoop.dev with intelligent traffic monitoring, automated request/response logging, and comprehensive access controls. - [Kibana](https://mintlify.hoop.dev/docs/quickstart/web-applications/kibana-proxy.md): Access your Kibana analytics and visualization platform securely through Hoop.dev with comprehensive audit trails, session recording, and intelligent traffic monitoring. - [Web Applications and APIs](https://mintlify.hoop.dev/docs/quickstart/web-applications/webapps-and-apis.md): Web applications and APIs that provide HTTP/HTTPS endpoints for various services, applications, and data access interfaces. - [API Keys](https://mintlify.hoop.dev/docs/setup/apis/api-key.md): Create, rotate, and revoke API keys for headless access to the Hoop Gateway - [Service Accounts](https://mintlify.hoop.dev/docs/setup/apis/service-accounts.md): Configure service accounts by leveraging Oauth2 Client Credentials Grant Type - [Webhooks / SIEM](https://mintlify.hoop.dev/docs/setup/apis/webhooks-siem.md): Forward session events to external systems using runbook hooks. - [Architecture](https://mintlify.hoop.dev/docs/setup/architecture.md): Understand how Hoop's components fit together and how traffic flows through the system. - [ABAC Configuration](https://mintlify.hoop.dev/docs/setup/configuration/abac-configuration.md): Create attributes and scope feature policies by attribute instead of listing every resource role - [Access Control Configuration](https://mintlify.hoop.dev/docs/setup/configuration/access-control-configuration.md): Configure group-based access policies for your resource roles - [Action Access Requests Configuration](https://mintlify.hoop.dev/docs/setup/configuration/access-requests/action-configuration.md): Configure command-level approval workflows for your resource roles - [JIT Access Requests Configuration](https://mintlify.hoop.dev/docs/setup/configuration/access-requests/jit-configuration.md): Configure time-based access controls for your resource roles - [AI Session Analyzer Configuration](https://mintlify.hoop.dev/docs/setup/configuration/ai-session-analyzer-configuration.md): Configure an AI provider and risk rules to analyze ad-hoc terminal sessions in real time - [Environment Variables](https://mintlify.hoop.dev/docs/setup/configuration/env-vars.md): Describe how to configure the Hoop Gateway via environment variables - [Event Routing Configuration](https://mintlify.hoop.dev/docs/setup/configuration/event-routing-configuration.md): Enable Event Routing, create subscriptions that dispatch runbooks on platform events, and audit dispatch history. - [Guardrails Configuration](https://mintlify.hoop.dev/docs/setup/configuration/guardrails-configuration.md): Create and manage pattern-based rules to block dangerous queries - [IAM Federation for GCP Configuration](https://mintlify.hoop.dev/docs/setup/configuration/iam-federation-gcp-configuration.md): Grant the gcloud permissions Hoop needs to mint per-user OAuth tokens for BigQuery and other GCP resources. - [Auth0](https://mintlify.hoop.dev/docs/setup/configuration/idp/auth0.md) - [AWS Cognito](https://mintlify.hoop.dev/docs/setup/configuration/idp/aws-cognito.md) - [Azure](https://mintlify.hoop.dev/docs/setup/configuration/idp/azure.md) - [Overview](https://mintlify.hoop.dev/docs/setup/configuration/idp/get-started.md): Connect hoop.dev to your Identity Provider using OIDC or SAML 2.0 - [Google](https://mintlify.hoop.dev/docs/setup/configuration/idp/google.md) - [JumpCloud](https://mintlify.hoop.dev/docs/setup/configuration/idp/jumpcloud.md) - [Keycloak](https://mintlify.hoop.dev/docs/setup/configuration/idp/keycloak.md): Connect hoop.dev to Keycloak using OpenID Connect (OIDC). - [Okta](https://mintlify.hoop.dev/docs/setup/configuration/idp/okta.md) - [OneLogin (SAML 2.0)](https://mintlify.hoop.dev/docs/setup/configuration/idp/onelogin.md) - [Supported Fields](https://mintlify.hoop.dev/docs/setup/configuration/live-data-masking/fields.md): Get to know all the fields that you can use to mask data in your organization. - [Get Started](https://mintlify.hoop.dev/docs/setup/configuration/live-data-masking/get-started.md): Set up and know better about hoop.dev's Live Data Masking - [MCP Server Configuration](https://mintlify.hoop.dev/docs/setup/configuration/mcp-server-configuration.md): Connect an MCP client to Hoop's gateway, enable OAuth, and run your first tool calls - [Aws Rds IAM Auth](https://mintlify.hoop.dev/docs/setup/configuration/rds-iam-auth.md): It enables integration with AWS IAM Auth for RDS instances. - [Resource Provisioning Configuration](https://mintlify.hoop.dev/docs/setup/configuration/resource-provisioning-configuration.md): Build a database inventory, configure admin credentials, and provision PostgreSQL roles with a plan/apply workflow — in the Web App or via the CLI. - [Reverse Proxy](https://mintlify.hoop.dev/docs/setup/configuration/reverse-proxy.md): Deploying Hoop Behind a Reverse Proxy - [Runbooks Configuration](https://mintlify.hoop.dev/docs/setup/configuration/runbooks-configuration.md) - [Secrets Manager Configuration](https://mintlify.hoop.dev/docs/setup/configuration/secrets-manager-configuration.md): It enables integration with a known secrets manager, allowing the resource role environment variable to be dynamically expanded for each resource role. - [AWS](https://mintlify.hoop.dev/docs/setup/deployment/AWS.md): This deployment leverages AWS CloudFormation to automatically create resources and set up the Hoop in your own AWS account. - [Docker](https://mintlify.hoop.dev/docs/setup/deployment/docker-compose.md): This deployment leverages `docker compose` to deploy Hoop on local or remote machines for solution assessment. - [Kubernetes](https://mintlify.hoop.dev/docs/setup/deployment/kubernetes.md) - [Overview](https://mintlify.hoop.dev/docs/setup/deployment/overview.md): See the options to try out hoop.dev - [Microsoft Presidio](https://mintlify.hoop.dev/docs/setup/deployment/presidio.md) - [SPIFFE Agent Identity](https://mintlify.hoop.dev/docs/setup/deployment/spiffe.md) - [License Management](https://mintlify.hoop.dev/docs/setup/license-management.md): Managing License for your Hoop Installation - [Updating Hoop](https://mintlify.hoop.dev/docs/setup/updating.md): Guidance and best practices for updating Hoop components, including version alignment, compatibility considerations, and post-update troubleshooting. ## OpenAPI Specs - [openapiv3](https://use.hoop.dev/api/openapiv3.json) - [openapi](https://mintlify.hoop.dev/docs/api-reference/openapi.json) ## Optional - [Community](https://github.com/hoophq/hoop/discussions) - [Blog](https://hoop.dev/blog)