Stage5.ai platform docs

Welcome to stage5.ai docs - you are minutes from creating your first AI assistant.

Sign up Log in

Get started in 5 minutes

Creating your first AI assistant should be the easiest part of getting started. With clear instructions, and copy-paste-ready examples, you’ll be chatting with your assistant in minutes—not hours.

No guesswork, no complexity—just your first successful assistant, fast.

rocket-launchGet started terminalAPI reference

index.js
// Import the SDK
import ExampleAPI from "example-api";

// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });

// Send your first message
const response = await client.messages.send({
  message: "Hello, world!"
});

Learn more about the developer platform

Read guides, watch tutorials, and learn more about working with the developer platform and integrating it with your own stack.

book-openGuides bookDocumentation

Join a community of over hundreds of people like you

Join our Slack community, get to know people and get all the help you need to be up and running

discord

Slack community

Join our Slack community to post questions, get help, and share resources with other Stage5 fans.

Last updated