# Athena ## Docs - [Getting Started](https://docs.rea.pro/getting-started-4084149f0.md): - Getting Started [Start Guide](https://docs.rea.pro/start-guide-1195025m0.md): - [Installation & Setup](https://docs.rea.pro/installation-setup-4083671f0.md): - Installation & Setup [Windows](https://docs.rea.pro/windows-1236958m0.md): - Guide > Bundles [Backend](https://docs.rea.pro/backend-1482602m0.md): - Guide > Permissions [Frontend](https://docs.rea.pro/frontend-1482054m0.md): - Guide > Developers [Commit Lint](https://docs.rea.pro/commit-lint-1236985m0.md): - Guide > Developers [RESTful API](https://docs.rea.pro/restful-api-1236986m0.md): - Guide > Workflows [Workflow Variables](https://docs.rea.pro/workflow-variables-1982403m0.md): - API Reference [Authentication](https://docs.rea.pro/authentication-4072180f0.md): - API Reference [User](https://docs.rea.pro/user-4072181f0.md): The `/me` endpoints let you manage information about the authenticated user. - API Reference [Workspace](https://docs.rea.pro/workspace-4072182f0.md): - API Reference [Provider](https://docs.rea.pro/provider-4072183f0.md): # Overview - API Reference [Account](https://docs.rea.pro/account-4072184f0.md): # Overview - API Reference [Memory](https://docs.rea.pro/memory-4072189f0.md): Memories are pieces of information an Agent learned during training - API Reference [Thread](https://docs.rea.pro/thread-4072190f0.md): Thread ar conversation history with a user and an Agent - API Reference [Message](https://docs.rea.pro/message-4072191f0.md): Messages are used to convey a message within a thread or track a conversation history to resume the previous conversation - API Reference [Large Language Model](https://docs.rea.pro/large-language-model-4072192f0.md): List of supported large language models by the system - API Reference [Metrics](https://docs.rea.pro/metrics-6357501f0.md): ## API Docs - API Reference > Authentication [Sign In](https://docs.rea.pro/sign-in-18202383e0.md): - API Reference > Authentication [Logout](https://docs.rea.pro/logout-18202384e0.md): - API Reference > User [Get Authenticated User using Multiplai App Access Token](https://docs.rea.pro/get-authenticated-user-using-multiplai-app-access-token-18202385e0.md): Gets information about the authenticated user. - API Reference > User [Get Authenticated User using Basic Token](https://docs.rea.pro/get-authenticated-user-using-basic-token-18202386e0.md): - API Reference > Workspace [Get Workspaces Metrics](https://docs.rea.pro/get-workspaces-metrics-27267644e0.md): # Workspace Metrics API - API Reference > Workspace [Get Workspaces](https://docs.rea.pro/get-workspaces-18202387e0.md): - API Reference > Workspace [Update a Workspace](https://docs.rea.pro/update-a-workspace-18202388e0.md): - API Reference > Workspace [Retrieve a workspace](https://docs.rea.pro/retrieve-a-workspace-18202389e0.md): - API Reference > Workspace [Delete a Workspace](https://docs.rea.pro/delete-a-workspace-18202390e0.md): - API Reference > Provider [Get Providers](https://docs.rea.pro/get-providers-18202391e0.md): - API Reference > Provider [Retrieve a Provider](https://docs.rea.pro/retrieve-a-provider-18202392e0.md): - API Reference > Provider [Update a Provider](https://docs.rea.pro/update-a-provider-18202393e0.md): - API Reference > Provider [Create a Provider](https://docs.rea.pro/create-a-provider-18202394e0.md): - API Reference > Provider [Delete a Provider](https://docs.rea.pro/delete-a-provider-18202395e0.md): - API Reference > Account [Get Accounts](https://docs.rea.pro/get-accounts-18202396e0.md): - API Reference > Account [Update an Account](https://docs.rea.pro/update-an-account-18202397e0.md): - API Reference > Account [Create an Account](https://docs.rea.pro/create-an-account-18202398e0.md): - API Reference > Account [Delete an Account](https://docs.rea.pro/delete-an-account-18202399e0.md): - API Reference > Account [Retrieve an Account](https://docs.rea.pro/retrieve-an-account-18202400e0.md): - API Reference > Agent [Get Agents](https://docs.rea.pro/get-agents-18202401e0.md): - API Reference > Agent [Update an Agent](https://docs.rea.pro/update-an-agent-18202403e0.md): - API Reference > Agent [Create an Agent](https://docs.rea.pro/create-an-agent-18202404e0.md): - API Reference > Agent [Delete an Agent](https://docs.rea.pro/delete-an-agent-18202405e0.md): - API Reference > Agent [Retrieve an Agent](https://docs.rea.pro/retrieve-an-agent-18202406e0.md): - API Reference > Agent [Run an Agent](https://docs.rea.pro/run-an-agent-18202407e0.md): - API Reference > Agent [Train an Agent](https://docs.rea.pro/train-an-agent-18202408e0.md): - API Reference > Agent [Generate an Agent](https://docs.rea.pro/generate-an-agent-18202409e0.md): - API Reference > Agent [Share Agent](https://docs.rea.pro/share-agent-18244312e0.md): - API Reference > Agent [Get Agent Leaderboard](https://docs.rea.pro/get-agent-leaderboard-28250181e0.md): Retrieves a ranked leaderboard of workspace members based on how many agents they created during the selected date range. The endpoint compares the current period against the immediately previous period of the same duration and returns growth metrics for each member (agent_count_previous_period and growth_percentage). - API Reference > Workflow [Get Workflows](https://docs.rea.pro/get-workflows-18202410e0.md): - API Reference > Workflow [Create a Workflow](https://docs.rea.pro/create-a-workflow-18244270e0.md): - API Reference > Workflow [Retrieve a Workflow](https://docs.rea.pro/retrieve-a-workflow-18202411e0.md): - API Reference > Workflow [Update a Workflow](https://docs.rea.pro/update-a-workflow-18202412e0.md): - API Reference > Workflow [Delete a Workflow](https://docs.rea.pro/delete-a-workflow-18202413e0.md): - API Reference > Workflow [Trigger a webhook](https://docs.rea.pro/trigger-a-webhook-18202414e0.md): - API Reference > Workflow [Share Workflow](https://docs.rea.pro/share-workflow-18244308e0.md): - API Reference > Workflow [Generate Workflow](https://docs.rea.pro/generate-workflow-20564547e0.md): Generates a workflow from a natural-language prompt in the specified workspace (requires auth and workspace_uuid). Supports non-streaming (returns the generated workflow JSON as a string) and SSE streaming; when streaming is off, you can set auto_create to immediately persist and return the created workflow. Defaults to model gpt-4.1-mini and outputs a workflow object with nodes and edges. - API Reference > Workflow Execution [Get Workflow Executions](https://docs.rea.pro/get-workflow-executions-18202415e0.md): The Workflow Executions API manages the execution instances of workflows. When a workflow is triggered, a workflow execution record is created to track its progress, status, and results. Each execution contains the workflow's nodes and edges at the time of execution, execution data, and metadata about the run. - API Reference > Workflow Execution [Get Workflow Execution Counts](https://docs.rea.pro/get-workflow-execution-counts-25725269e0.md): The Workflow Execution Count API allows you to retrieve counts of workflow executions based on various criteria such as status, date ranges, and human review requirements. - API Reference > Workflow Execution [Retrieve a Workflow Execution](https://docs.rea.pro/retrieve-a-workflow-execution-18202416e0.md): - API Reference > Workflow Execution [Delete a Workflow Execution](https://docs.rea.pro/delete-a-workflow-execution-18202417e0.md): - API Reference > Prompt [Get Prompts](https://docs.rea.pro/get-prompts-18202418e0.md): - API Reference > Prompt [Create a Prompt](https://docs.rea.pro/create-a-prompt-18245340e0.md): - API Reference > Prompt [Retrieve a Prompt](https://docs.rea.pro/retrieve-a-prompt-18202419e0.md): - API Reference > Prompt [Update a Prompt](https://docs.rea.pro/update-a-prompt-18202420e0.md): - API Reference > Prompt [Delete a Prompt](https://docs.rea.pro/delete-a-prompt-18202421e0.md): - API Reference > Prompt [Run a prompt](https://docs.rea.pro/run-a-prompt-18202422e0.md): - API Reference > Memory [Get Memories](https://docs.rea.pro/get-memories-18202423e0.md): - API Reference > Memory [Retrieve a Memory](https://docs.rea.pro/retrieve-a-memory-18202424e0.md): - API Reference > Memory [Update a Memory](https://docs.rea.pro/update-a-memory-18202425e0.md): - API Reference > Memory [Delete a Memory](https://docs.rea.pro/delete-a-memory-18202426e0.md): - API Reference > Thread [Get Threads](https://docs.rea.pro/get-threads-18202427e0.md): - API Reference > Thread [Retrieve a Thread](https://docs.rea.pro/retrieve-a-thread-18202428e0.md): - API Reference > Thread [Update a Thread](https://docs.rea.pro/update-a-thread-18202429e0.md): - API Reference > Thread [Delete a Thread](https://docs.rea.pro/delete-a-thread-18202430e0.md): - API Reference > Thread [Create a Thread](https://docs.rea.pro/create-a-thread-18202431e0.md): - API Reference > Thread [Run a Thread](https://docs.rea.pro/run-a-thread-18202432e0.md): - API Reference > Thread [Generate Thread Name](https://docs.rea.pro/generate-thread-name-18202433e0.md): - API Reference > Message [Get Messages](https://docs.rea.pro/get-messages-18202434e0.md): - API Reference > Message [Retrieve a Message](https://docs.rea.pro/retrieve-a-message-18202435e0.md): - API Reference > Message [Update a Message](https://docs.rea.pro/update-a-message-18202436e0.md): - API Reference > Message [Delete a Message](https://docs.rea.pro/delete-a-message-18202437e0.md): - API Reference > Message [Create a Message](https://docs.rea.pro/create-a-message-18202438e0.md): - API Reference > Large Language Model [Get Large Language Models](https://docs.rea.pro/get-large-language-models-18202439e0.md): - API Reference > Large Language Model [Retrieve a Large Language Model](https://docs.rea.pro/retrieve-a-large-language-model-18202440e0.md): - API Reference > Command Room Task [Store Command Room Task](https://docs.rea.pro/store-command-room-task-23407980e0.md): - API Reference > Command Room Task [Remove Command Room Task](https://docs.rea.pro/remove-command-room-task-23408013e0.md): - API Reference > Metrics [Get Agents Metrics](https://docs.rea.pro/get-agents-metrics-27324520e0.md): - API Reference > Metrics [Get Workflows Metrics](https://docs.rea.pro/get-workflows-metrics-27333181e0.md): - API Reference > Metrics [Get Threads Metrics](https://docs.rea.pro/get-threads-metrics-27333244e0.md): - API Reference > Metrics [Get Messages Metrics](https://docs.rea.pro/get-messages-metrics-27333247e0.md): - API Reference > Metrics [Get Workflow Executions Metrics](https://docs.rea.pro/get-workflow-executions-metrics-27333252e0.md): ## Schemas - Resources [User](https://docs.rea.pro/user-7496385d0.md): - Resources [Workspace](https://docs.rea.pro/workspace-7496386d0.md): - Resources [Provider](https://docs.rea.pro/provider-7496403d0.md): - Resources [Account](https://docs.rea.pro/account-7497120d0.md): - Resources [Agent](https://docs.rea.pro/agent-7497494d0.md): - Resources [Workflow](https://docs.rea.pro/workflow-7497854d0.md): - Resources [Share](https://docs.rea.pro/share-7497882d0.md): - Resources [WorkflowExecution](https://docs.rea.pro/workflowexecution-7498491d0.md): - Resources [WorkflowExecutionData](https://docs.rea.pro/workflowexecutiondata-7498501d0.md): - Resources [Prompt](https://docs.rea.pro/prompt-7498558d0.md): - Resources [Memory](https://docs.rea.pro/memory-7498651d0.md): - Resources [Thread](https://docs.rea.pro/thread-7498786d0.md): - Resources [Attachment](https://docs.rea.pro/attachment-7499368d0.md): - Resources [Media](https://docs.rea.pro/media-7499373d0.md): - Resources [Tool](https://docs.rea.pro/tool-7499391d0.md): - Resources [Message](https://docs.rea.pro/message-7499601d0.md): - Resources [LargeLanguageModel](https://docs.rea.pro/largelanguagemodel-7517000d0.md): - Resources [AgentLeaderboard](https://docs.rea.pro/agentleaderboard-12975095d0.md): - Utils > Pagination [PaginationMeta](https://docs.rea.pro/paginationmeta-7496495d0.md): - Utils > Pagination [PaginationLinks](https://docs.rea.pro/paginationlinks-7497453d0.md): - Utils > Provider [AuthenticationConfig](https://docs.rea.pro/authenticationconfig-7496525d0.md): - Utils > Profile [ProfilePhotoConfig](https://docs.rea.pro/profilephotoconfig-7496516d0.md): - Utils > Workflow [WorkflowExecutionDataWorkflowData](https://docs.rea.pro/workflowexecutiondataworkflowdata-7517042d0.md): - Utils > Workflow [Node](https://docs.rea.pro/node-8895381d0.md): - Utils > Workflow [Edge](https://docs.rea.pro/edge-8895382d0.md):