# Proxy APIs used by the ff-proxy ## Returns all Proxy keys in an account - [GET /cf/admin/proxy/keys](https://apidocs.harness.io/openapi-merged/proxy/getproxykeys.md): Returns all the Proxy keys in an account ## Creates a Proxy Key in the account & org - [POST /cf/admin/proxy/keys](https://apidocs.harness.io/openapi-merged/proxy/createproxykey.md): Creates a Proxy Key in the account & org ## Deletes a ProxyKey - [DELETE /cf/admin/proxy/keys/{identifier}](https://apidocs.harness.io/openapi-merged/proxy/deleteproxykey.md): Deletes a ProxyKey ## Returns a ProxyKey - [GET /cf/admin/proxy/keys/{identifier}](https://apidocs.harness.io/openapi-merged/proxy/getproxykey.md): Returns a ProxyKey ## Updates a Proxy Key in the account & org - [PATCH /cf/admin/proxy/keys/{identifier}](https://apidocs.harness.io/openapi-merged/proxy/patchproxykey.md): This operation is used to modify which environments a ProxyKey has access to. The request body can include one or more instructions that can assign or unassign environmnets to the ProxyKey