Skip to content

Third-Party Integrations

FastAPI Cloud makes it easy to integrate your applications with external services and databases. Connect to popular platforms to enhance your app’s capabilities.

Serverless PostgreSQL database:

In-memory data store:

While we finish building direct integrations, you can still connect to third-party services manually using environment variables.

Sign up for the service you want to integrate:

  • Visit the service’s website
  • Create an account
  • Complete verification if required

Obtain API keys or connection strings:

  • Navigate to API settings
  • Generate new credentials
  • Copy the keys securely

Store credentials in FastAPI Cloud:

  1. Go to your app’s Environment Variables
  2. Add the credentials as secrets

Learn more about environment variables.

Use the credentials in your application.

  • Always use environment variables for credentials (instead of storing files in your repo)
  • Mark sensitive values (like keys and tokens) as secrets
  • Never commit credentials to version control