# RapidAgent ## Docs - [Authentication](https://docs.rapidagent.ai/api-reference/authentication.md) - [/auth/sign-in](https://docs.rapidagent.ai/api-reference/endpoint/auth-sign-in.md): This endpoint returns a `user` and a authorization `token`. - [/auth/sign-up](https://docs.rapidagent.ai/api-reference/endpoint/auth-sign-up.md): This endpoint creates a new `user`. - [/agents](https://docs.rapidagent.ai/api-reference/endpoint/create-agent.md): Create new agent. - [/agent-documents](https://docs.rapidagent.ai/api-reference/endpoint/create-agent-document.md): Create new agent document. - [/agent-tools](https://docs.rapidagent.ai/api-reference/endpoint/create-agent-tool.md): Create new agent tool. - [/api-tokens](https://docs.rapidagent.ai/api-reference/endpoint/create-api-token.md): Create new API token. - [/documents](https://docs.rapidagent.ai/api-reference/endpoint/create-document.md): Create new document. - [/prompts](https://docs.rapidagent.ai/api-reference/endpoint/create-prompt.md): Create new prompt. - [/tags](https://docs.rapidagent.ai/api-reference/endpoint/create-tag.md): Create new tag. - [/tools](https://docs.rapidagent.ai/api-reference/endpoint/create-tool.md): Create new tool. - [/agents/{agentId}](https://docs.rapidagent.ai/api-reference/endpoint/delete-agent.md): Delete an agent. - [/agent-documents/{agentDocumentId}](https://docs.rapidagent.ai/api-reference/endpoint/delete-agent-document.md): Delete a single agent document. - [/agent-tools/{agentToolId}](https://docs.rapidagent.ai/api-reference/endpoint/delete-agent-tool.md): Delete a single agent tool. - [/api-tokens/{tokenId}](https://docs.rapidagent.ai/api-reference/endpoint/delete-api-token.md): Delete a token - [/documents/{documentId}](https://docs.rapidagent.ai/api-reference/endpoint/delete-document.md): Delete a single document. - [/prompts/{promptId}](https://docs.rapidagent.ai/api-reference/endpoint/delete-prompt.md): Delete a single prompt. - [/tags/{tagId}](https://docs.rapidagent.ai/api-reference/endpoint/delete-tag.md): Delete a single tag. - [/tools/{toolId}](https://docs.rapidagent.ai/api-reference/endpoint/delete-tool.md): Delete a single tool. - [/agents/{agentId}](https://docs.rapidagent.ai/api-reference/endpoint/get-agent.md): List single agent. - [/agent-documents/{agentDocumentId}](https://docs.rapidagent.ai/api-reference/endpoint/get-agent-document.md): List single agent document. - [/agent-documents](https://docs.rapidagent.ai/api-reference/endpoint/get-agent-documents.md): List all agent documents. - [/agent-tools/{agentToolId}](https://docs.rapidagent.ai/api-reference/endpoint/get-agent-tool.md): List single agent tool. - [/agent-tools](https://docs.rapidagent.ai/api-reference/endpoint/get-agent-tools.md): List all agent tools. - [/agents](https://docs.rapidagent.ai/api-reference/endpoint/get-agents.md): List all agents. - [/api-tokens/{tokenId}](https://docs.rapidagent.ai/api-reference/endpoint/get-api-token.md): Get single API token. - [/api-tokens](https://docs.rapidagent.ai/api-reference/endpoint/get-api-tokens.md): List all API tokens. - [/documents/{documentId}](https://docs.rapidagent.ai/api-reference/endpoint/get-document.md): Get a single document. - [/documents](https://docs.rapidagent.ai/api-reference/endpoint/get-documents.md): List all documents. - [/prompts/{promptId}](https://docs.rapidagent.ai/api-reference/endpoint/get-prompt.md): Get a single prompt. - [/prompts](https://docs.rapidagent.ai/api-reference/endpoint/get-prompts.md): List all prompts. - [/tags/{tagId}](https://docs.rapidagent.ai/api-reference/endpoint/get-tag.md): Get single tag. - [/tags](https://docs.rapidagent.ai/api-reference/endpoint/get-tags.md): List all tags. - [/tools/{toolId}](https://docs.rapidagent.ai/api-reference/endpoint/get-tool.md): Get single tool. - [/tools](https://docs.rapidagent.ai/api-reference/endpoint/get-tools.md): List all tools. - [/documents/{documentId}](https://docs.rapidagent.ai/api-reference/endpoint/patch-document.md): Patch a document. - [/prompts/{promptId}](https://docs.rapidagent.ai/api-reference/endpoint/patch-prompt.md): Patch a prompt. - [/tags/{tagId}](https://docs.rapidagent.ai/api-reference/endpoint/patch-tag.md): Patch a tag. - [/tools/{toolId}](https://docs.rapidagent.ai/api-reference/endpoint/patch-tool.md): Patch a tool. - [/agents/{agentId}/predict](https://docs.rapidagent.ai/api-reference/endpoint/predict-agent.md): Call an agent. - [Concepts](https://docs.rapidagent.ai/concepts.md): These are the core concepts that RapidAgent uses to create LLM Agents. It contains practical examples as well as links to papers or sources. - [Introduction](https://docs.rapidagent.ai/introduction.md): Welcome to the RapidAgent Documentation. RapidAgent makes it easy to build, manage and deploy LLM Agents. - [Platform](https://docs.rapidagent.ai/platform.md): A high-level overview of the RapidAgent platform. ## Optional - [Github](https://github.com/homanp/RapidAgent.git) - [Discord](https://discord.gg/mhmJUTjW4b)