Athina’s prompt management system allows you to manage your prompts on the platform.

You can think of this like a Content Management System (CMS) for your prompts. You can create, edit, manage, test, and version prompts, all within the platform, or even via API.

Why is this useful?

Having a prompt management system is useful for several reasons:

  1. Organization: It helps you keep all your prompts in one place, making it easier to manage and maintain prompts.
  2. Version Control: You can keep track of different versions of your prompts, allowing you to revert to previous versions if needed.
  3. Collaboration: Multiple team members can collaborate on prompts.
  4. Testing: You can test your prompts within the system to ensure they work as expected before deploying them.
  5. Editing: Easily edit and update your prompts, independent of your application release process.

Playground

Athina’s playground is a great place to test your prompts.

Prompts are written in OpenAI format, but can run on any model, including custom models.

You can also include variables in your prompt templates, and pass the inputs when running the prompt.

On Athina’s prompt playground, you can:

API

Athina’s prompt management system is also available via API.

You can use the API to:

  • Create prompts
  • Commit new versions of prompts
  • Run prompts on any model
  • Access prompt history