Skip to main content

SDK Quick Start

Ready to integrate? This guide will get you up and running with Kintsugi SDKs in just a few minutes.

Prerequisites

Before you begin, make sure you have:

Choose Your SDK

Authentication

All SDKs use API key authentication. You can get your API key from the Kintsugi Platform (see Creating and Managing API Keys).
Keep your API key secure - Never commit API keys to version control. Use environment variables or secure configuration management.

Environment Variables

Set your API key as an environment variable:
Then initialize the SDK without hardcoding credentials:

Next Steps

API Reference

Browse the complete API documentation

Error Handling

Learn about error handling patterns

Best Practices

Follow our recommended practices