Loading...
Skip to main content

Fixie Developer Portal 🦊

Docs Site Discord Follow Twitter Follow

Fixie is a platform for building applications using large language models. With Fixie, you build agents that communicate in natural language, and can answer questions, access data sources such as documents and web pages, call APIs, and much more.

Access the Fixie web interface at console.fixie.ai. Here you can create and deploy agents and manage data sources.

This site has resources for developers accessing the low-level Fixie Platform APIs directly.


Getting Started

To get started building with Fixie, follow these steps:

  1. Login to console.fixie.ai with your Google or GitHub account.
  2. Click the New Agent button to create an Agent. Give it a name and a description.
  3. Start chatting with your Agent right on the page.

You're now ready to go build Agents with Fixie. For more, check out the tutorials below.

Fixie Platform APIs

The Fixie Platform consists of a suite of APIs.

The Fixie CLI provides a simple CLI to these APIs; run npx fixie@latest help for a complete list of commands.

The Fixie Corpus API allows you to create and manage corpora of documents, which can consist of a set of web pages generated by a crawl, or uploaded directly.

The Fixie Agent API allows you to create and manage agents that can optionally use a corpus to answer questions.

Getting Help

Support

If you're interested in using Fixie in production, we're happy to provide first-class support. Drop us a line at hello@fixie.ai.

We're happy to help if you have any issues.

Check out our Discord Community, or contact us by email at hello@fixie.ai.