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

# Veriphone

> Validate and verify phone numbers globally

Veriphone API allows you to validate, verify, and get information about phone numbers from around the world, helping ensure data quality in your applications.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a Veriphone account
  </Card>

  <Card title="Get API Key" icon="key">
    Generate your Veriphone API key
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Visit Veriphone Website">
    Go to [veriphone.io](https://veriphone.io/) and click "Sign Up" in the top right corner

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/veriphone/homepage.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=9fcbf066fdc50b67681b600430e9138b" style={{ borderRadius: '0.5rem', width: '624px', height: '303px' }} width="2676" height="1110" data-path="images/veriphone/homepage.png" />
  </Step>

  <Step title="Register for an Account">
    * Complete the verification process
    * Confirm your email address

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/veriphone/signin.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=814f825333e3e11d914e3014015237d9" style={{ borderRadius: '0.5rem' }} width="664" height="626" data-path="images/veriphone/signin.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access Your Dashboard">
    1. Log in to your Veriphone account
    2. Navigate to the "API" section in your dashboard
    3. Copy the generated API key
    4. Store it securely for use in your applications

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/veriphone/apigen.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=a5075b4ebb874a1197418a09392b5719" style={{ borderRadius: '0.5rem' }} width="2068" height="1324" data-path="images/veriphone/apigen.png" />

    <Warning>
      Keep your API key secure - it grants access to your Veriphone account and quota
    </Warning>
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the integration">
    1. In your Anything project, type `/` in the chat
    2. Select "Veriphone" from the menu
  </Step>

  <Step title="Add your API key">
    1. Paste your Veriphone API key into the "VERIPHONE\_API\_KEY" field

    <Tip>
      Need a new key? Generate one in your Veriphone dashboard.
    </Tip>
  </Step>

  <Step title="Use it">
    You can now use prompts with the integration to validate and verify phone numbers.

    Some examples:

    * `Validate this phone number using /Veriphone`
    * `Create a contact form with phone validation using /Veriphone`
    * `Build a customer database with phone verification using /Veriphone`

    <Warning>
      The API limits how often your app can fetch data. If your app loads the same data often, ask the agent to save it locally so it doesn't re-fetch every time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /Veriphone, save the validation results so my app doesn't have to fetch it again
    ```
  </Step>
</Steps>

<Tip>
  Your Veriphone integration is now ready! Use the `/Veriphone` command in chat to validate phone numbers.
</Tip>
