For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hello World Example

Create your first conversation with a step-by-step tutorial in Python and TypeScript.

This guide demonstrates creating your first conversation using the Amigo SDK in Python or TypeScript.

Prerequisites

Before you begin.

  1. Installed the SDK in your project.

  2. Configured your credentials with valid API keys.

  3. Service ID from your Amigo dashboard.

Quick Overview

Code Examples

Here's a complete example that creates a conversation, sends a message, and handles the streaming response:

Here's the equivalent example in TypeScript:

Next Steps

Now that you've created your first conversation, explore:

Last updated

Was this helpful?