# ActiveCalculator Docs ## Docs - [API Keys](https://docs.activecalculator.com/api-reference/api-keys.md) - [Get All Calculators](https://docs.activecalculator.com/api-reference/endpoint/get-all-calculators.md): Fetches all existing calculators - [Get All Webhooks](https://docs.activecalculator.com/api-reference/endpoint/get-all-webhooks.md): Retrieve a list of all webhooks for the current workspace - [Get Webhook](https://docs.activecalculator.com/api-reference/endpoint/get-webhook.md): Get a specific webhook object based on its ID - [Me](https://docs.activecalculator.com/api-reference/endpoint/me.md): Fetches the workspace associated with the passed API key - [Register Webhook](https://docs.activecalculator.com/api-reference/endpoint/register-webhook.md): Create a new webhook right from the API and see it active right away! - [Remove Webhook](https://docs.activecalculator.com/api-reference/endpoint/remove-webhook.md): Delete an existing webhook by provifding it's ID. It will immediately apply and not trigger again. - [Introduction](https://docs.activecalculator.com/api-reference/introduction.md): Fundamental concepts of ActiveCalculator's API. - [Embed SDK](https://docs.activecalculator.com/sdks/embed-sdk/overview.md): Use our Embed SDK to interact with calculators on your website. ## OpenAPI Specs - [openapi](https://docs.activecalculator.com/openapi.json) ## Optional - [Help Center](https://activecalculator.com/help)