Condos Homes logo
HomeNeighbourhoodsMapBlogBrokerage

Condos Homes

Red Bricks is your destination for pre-construction condos, townhouses, and homes. Access platinum listings, launching soon projects, and more.

Discover

  • Home
  • Neighbourhoods
  • Map
  • Blog
  • Developers
  • Cities

Company

  • About Us
  • Our Team
  • Contact
  • Assignments 2
  • Sample 2
  • Sample 3
  • An Explanation of Condo Maintenance Fees

Get in Touch

Have questions about a project? We're here to help.

Send a Message →
RE/MAX Premier Inc., Brokerage logo

Suzan McKenzie

RE/MAX Premier Inc., Brokerage

1885 Wilson Avenue Ste 200A, Toronto, Ontario, M9M1A2

Phone: 416-743-2000

Listing data is provided under license from the Toronto Regional Real Estate Board (TRREB). TRREB assumes no responsibility for the accuracy of the information contained herein. Data is updated periodically and may not reflect the most current market activity. Not intended to solicit buyers or sellers currently under contract. MLS®, REALTOR®, and the associated logos are certification marks owned by the Canadian Real Estate Association (CREA) and identify real estate professionals who are members of CREA.

© 2026 Condos Homes. All rights reserved.

Data powered by

Privacy PolicyTerms of Service
Home/Help Center/Integrations & Settings/API Keys Management
settingsapi-keysintegrations

API Keys Management

How to manage third-party API keys for integrations.

Last updatedMarch 29, 2026

On this page

  • API Keys Management
  • Where API keys are stored
  • Required API keys
  • Optional API keys
  • Updating an API key
  • Testing API keys

API Keys Management

Your site connects to several third-party services via API keys. Managing these keys securely is essential.

Where API keys are stored

API keys are stored as environment variables in your Vercel project. They are never exposed to the browser or included in client-side code.

Required API keys

  • Red Bricks API Token — Powers all pre-construction listing data
  • Supabase URL and Anon Key — Database and authentication
  • Google Maps API Key — Interactive map and geocoding

Optional API keys

  • Resend API Key — Email sending via Resend
  • Gemini API Key — AI-powered project highlights generation
  • Repliers API Key — MLS/IDX data (if MLS is enabled)
  • Telnyx API Key — SMS messaging
  • Zoom API credentials — Virtual meeting links

Updating an API key

  1. Log in to your Vercel dashboard
  2. Go to Project > Settings > Environment Variables
  3. Find the key you need to update
  4. Click Edit, enter the new value, and save
  5. Redeploy your site for the change to take effect
Never share API keys in email, chat, or public repositories. If a key is compromised, rotate it immediately by generating a new key from the service provider and updating it in Vercel.

Testing API keys

After updating a key, verify it works by:

  • Checking that listings load on the homepage (Red Bricks API)
  • Verifying the map renders (Google Maps)
  • Sending a test email (Resend)
  • Checking MLS data sync logs (Repliers)

Was this article helpful?

Related Articles

Enabling MLS on Your Site

How to activate the MLS/IDX feature toggle and connect resale data.

MLS/IDX Integration

MLS Data Sync and Freshness

How the cron sync works and how often MLS data is updated.

MLS/IDX Integration

Setting Up Email

How to configure SES or SMTP for sending emails from your platform.

Communication

Back to Integrations & Settings