> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cedarai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools & API Keys

> Advanced settings for organizations, feature enablements, and API keys.

<Warning>
  The Tools page contains advanced settings. Some functions are currently restricted to Cedar employees. If you see a warning banner, contact Support before making changes.
</Warning>

<Info>
  These advanced options will be available to all customers in a future release.
</Info>

<Frame caption="Tools page with organization and enablements tabs">
  <img src="https://mintcdn.com/cedaraiinc/3XL8_nY45kQdoBAs/images/admin/tools.png?fit=max&auto=format&n=3XL8_nY45kQdoBAs&q=85&s=5859cab91465ba2c7338e1554cb2791e" alt="Tools page with organization and enablements tabs" width="1440" height="900" data-path="images/admin/tools.png" />
</Frame>

## Available tools

<Tabs>
  <Tab title="Organization" icon="building">
    Manage how your carrier relates to organizations.

    **Available actions:**

    * **Create new Organization** — set up a new organization that can contain multiple carriers
    * **Add to existing Organization** — attach this carrier to an existing organization

    <Note>
      Organizations allow you to manage multiple carriers under a single umbrella with shared settings and access controls.
    </Note>
  </Tab>

  <Tab title="Enablements" icon="toggle-on">
    Control which advanced features are available for your carrier.

    This tab may not be visible for all accounts. If available, it allows you to:

    * Enable/disable specific features
    * Configure feature-specific settings

    <Warning>
      Changing enablements can affect your users immediately. Review the impact before making changes.
    </Warning>

    <Note>
      Feature enablements are subject to pricing and contract terms. Contact your account representative for details on available features and associated costs.
    </Note>
  </Tab>
</Tabs>

<Tip>
  Once Cedar sets up your initial organization structure, you can manage it yourself. See the [Organization](/user-docs/admin/organization) page for details on managing your hierarchy, creating layers, and assigning access.
</Tip>

***

## API Key Management

<Note>
  **Coming Soon** — API key management will be available in a future release of the Admin Portal. The information below describes the planned functionality.
</Note>

### Create an API key

<Steps>
  <Step title="Click Create API Key" icon="plus">
    Navigate to the API Keys section and click **Create**.
  </Step>

  <Step title="Add a description" icon="pen">
    Enter a clear description so you know what this key is for.

    **Good descriptions:**

    * "Production ERP integration"
    * "Development testing - John's team"
    * "Warehouse management system sync"
  </Step>

  <Step title="Configure security" icon="shield">
    Set up security options:

    * **IP allowlist** — restrict which IP addresses can use this key
    * **Expiration** — set when the key should automatically expire
    * **Scopes** — limit what the key can access (if available)
  </Step>

  <Step title="Copy and secure the key" icon="copy">
    The API key is only shown once. Copy it immediately and store it securely.

    <Warning>
      Never share API keys in code repositories, emails, or chat messages. Use secure secret management.
    </Warning>
  </Step>
</Steps>

### API key best practices

<AccordionGroup>
  <Accordion title="Use descriptive names" icon="tag" defaultOpen>
    Anyone reviewing API keys should understand what each key is for without having to ask.
  </Accordion>

  <Accordion title="Set expiration dates" icon="calendar">
    Keys that don't expire are a security risk. Set reasonable expiration dates and rotate keys regularly.
  </Accordion>

  <Accordion title="Use IP allowlists" icon="network-wired">
    When possible, restrict API keys to specific IP addresses. This limits damage if a key is compromised.
  </Accordion>

  <Accordion title="Revoke unused keys" icon="trash">
    Regularly audit your API keys and revoke any that are no longer in use.
  </Accordion>

  <Accordion title="One key per integration" icon="puzzle-piece">
    Create separate keys for each integration or system. This makes it easier to revoke access without affecting other systems.
  </Accordion>
</AccordionGroup>

## When to contact Support

<CardGroup cols={2}>
  <Card title="Organization changes" icon="building">
    Before creating or modifying organization structures
  </Card>

  <Card title="Feature enablements" icon="toggle-on">
    If you're unsure about enabling/disabling features
  </Card>

  <Card title="API key issues" icon="key">
    If you need help with API key configuration
  </Card>

  <Card title="Cedar employee screens" icon="shield">
    If you see a warning about restricted functions
  </Card>
</CardGroup>

## Related pages

<CardGroup cols={2}>
  <Card title="Organization Management" href="/user-docs/admin/organization" icon="building">
    Manage your organization hierarchy and layers
  </Card>

  <Card title="API Documentation" href="/user-docs/api-reference/introduction" icon="code">
    Learn how to use the Cedar API
  </Card>

  <Card title="Activity Log" href="/user-docs/admin/activity-log" icon="clock-rotate-left">
    Review changes to settings
  </Card>

  <Card title="Glossary" href="/user-docs/admin/glossary" icon="book">
    Key terms explained
  </Card>
</CardGroup>
