# Aster Agents ## Docs - [Create an agent tag](https://docs.asteragents.com/api-reference/agent-tags/create-an-agent-tag.md): Create a new tag for organizing agents. If a tag with the same name already exists in the organization, the existing tag is returned (idempotent). - [List agent tags](https://docs.asteragents.com/api-reference/agent-tags/list-agent-tags.md): Retrieve all agent tags for the organization, with a count of how many agents use each tag. - [Create or update an agent](https://docs.asteragents.com/api-reference/agents/create-or-update-an-agent.md): Create a new agent or update an existing one. - [Delete an agent](https://docs.asteragents.com/api-reference/agents/delete-an-agent.md): Soft-delete an agent by ID. - [List agents](https://docs.asteragents.com/api-reference/agents/list-agents.md): Retrieve all agents in the authenticated user's organization. - [Sync agent tool schemas](https://docs.asteragents.com/api-reference/agents/sync-agent-tool-schemas.md): Refresh all agents in the organization to use the latest tool schemas from the platform. - [Get a conversation with messages](https://docs.asteragents.com/api-reference/conversations/get-a-conversation-with-messages.md): Retrieve a conversation and all its messages by thread ID. - [Bulk User Invitation](https://docs.asteragents.com/api-reference/endpoint/bulk-invite.md): Invite multiple users to your organization at once with smart handling for existing users - [Bulk User Removal](https://docs.asteragents.com/api-reference/endpoint/bulk-remove.md): Remove multiple users from your organization at once - [Chat with an AI Agent](https://docs.asteragents.com/api-reference/endpoint/chat.md): Send a message to an AI agent and receive a response - [Get Dashboard Interactions](https://docs.asteragents.com/api-reference/endpoint/dashboard-interactions.md): Retrieve detailed conversation-level data for granular analysis and reporting - [Get Dashboard Stats](https://docs.asteragents.com/api-reference/endpoint/dashboard-stats.md): Retrieve aggregated analytics and KPIs for conversations, messages, and user activity - [Get Organization Users](https://docs.asteragents.com/api-reference/endpoint/get-users-in-org.md): Retrieve all users in your organization with their details, roles, activity status, and metadata - [Get presigned upload URL](https://docs.asteragents.com/api-reference/files/get-presigned-upload-url.md): Get a presigned URL for uploading a file. This is the first step in a two-step upload flow. - [Aster Agents API](https://docs.asteragents.com/api-reference/introduction.md): Build and manage AI agents programmatically with our REST API - [Create bulk invitations](https://docs.asteragents.com/api-reference/invitations/create-bulk-invitations.md): Send invitations to multiple email addresses in a single request. - [List organization invitations](https://docs.asteragents.com/api-reference/invitations/list-organization-invitations.md): Retrieve a paginated list of organization invitations. - [Revoke invitations](https://docs.asteragents.com/api-reference/invitations/revoke-invitations.md): Revoke multiple pending invitations in a single request. - [Create a knowledge base](https://docs.asteragents.com/api-reference/knowledge-base-management/create-a-knowledge-base.md): Create a new knowledge base in the authenticated user's organization. - [Delete a knowledge base](https://docs.asteragents.com/api-reference/knowledge-base-management/delete-a-knowledge-base.md): Soft-delete a knowledge base by ID. The knowledge base and its files will no longer be accessible. - [List knowledge bases](https://docs.asteragents.com/api-reference/knowledge-base-management/list-knowledge-bases.md): Retrieve all knowledge bases for the authenticated user's organization. - [Update a knowledge base](https://docs.asteragents.com/api-reference/knowledge-base-management/update-a-knowledge-base.md): Update an existing knowledge base by ID. - [Associate file with knowledge base](https://docs.asteragents.com/api-reference/knowledge-bases/associate-file-with-knowledge-base.md): Associate an uploaded file with a knowledge base and trigger processing. - [Delete a file from a knowledge base](https://docs.asteragents.com/api-reference/knowledge-bases/delete-a-file-from-a-knowledge-base.md): Remove a file from a knowledge base. This deletes the database record and associated embeddings. - [List files in a knowledge base](https://docs.asteragents.com/api-reference/knowledge-bases/list-files-in-a-knowledge-base.md): Retrieve all files associated with a knowledge base, including their processing status. - [Delete a bundled file](https://docs.asteragents.com/api-reference/skill-files/delete-a-bundled-file.md): Delete a bundled file from a skill. Removes the file from both cloud storage and the database. - [List files for a skill](https://docs.asteragents.com/api-reference/skill-files/list-files-for-a-skill.md): Retrieve all bundled files for a specific skill, including SKILL.md. - [Upload a bundled file](https://docs.asteragents.com/api-reference/skill-files/upload-a-bundled-file.md): Create a file record and get a presigned URL for direct upload to cloud storage. - [Create a skill](https://docs.asteragents.com/api-reference/skills/create-a-skill.md): Create a new skill by providing SKILL.md content. - [Delete a skill](https://docs.asteragents.com/api-reference/skills/delete-a-skill.md): Soft-delete a skill. The skill is marked as deleted and will no longer appear in listings or be loadable by agents. Bundled files are retained for potential recovery. - [List skills or get a single skill](https://docs.asteragents.com/api-reference/skills/list-skills-or-get-a-single-skill.md): Retrieve all skills for the authenticated user's organization. - [Update a skill](https://docs.asteragents.com/api-reference/skills/update-a-skill.md): Update a skill's SKILL.md content and/or metadata. - [List organization users](https://docs.asteragents.com/api-reference/users/list-organization-users.md): Retrieve a paginated list of **active users** in the organization. - [Remove users from organization](https://docs.asteragents.com/api-reference/users/remove-users-from-organization.md): Remove multiple users from the organization in a single request. - [Update user metadata](https://docs.asteragents.com/api-reference/users/update-user-metadata.md): Update organization-scoped metadata for a specific user. - [Changelog](https://docs.asteragents.com/changelog.md): Stay up to date with the latest releases from Aster Agents - [Build an Agent](https://docs.asteragents.com/features/build-an-agent.md): Create powerful AI agents tailored to your specific needs and workflows - [Choosing a Model](https://docs.asteragents.com/features/choosing-a-model.md): Pick the right LLM for your agent based on task complexity, speed, and cost - [Email Your Agent](https://docs.asteragents.com/features/email-your-agent.md): Start and continue conversations with your AI agents via email - [Extraction Schemas](https://docs.asteragents.com/features/extraction-schemas.md): Define JSON schemas to automatically extract structured data from your documents - [Knowledge Bases](https://docs.asteragents.com/features/knowledge-bases.md): Upload documents and give your agents instant access to your knowledge - [Collapsible Log Blocks](https://docs.asteragents.com/features/log-blocks.md): Paste transcripts, incidents, or tickets into chat without clutter – they auto-collapse! - [Multi-Agent Workflows](https://docs.asteragents.com/features/multi-agent-workflows.md): Create collaborative workflows where specialized agents work together on complex tasks - [Scheduled Tasks](https://docs.asteragents.com/features/scheduled-tasks.md): Run your agents automatically on a recurring schedule - [Agent Skills](https://docs.asteragents.com/features/skills.md): Give your agents specialized knowledge and workflows that load on-demand - [Airtable](https://docs.asteragents.com/integrations/airtable.md): Connect Airtable bases to your Agent - [Box](https://docs.asteragents.com/integrations/box.md): Connect Box to your Agent for file management and document access - [HubSpot](https://docs.asteragents.com/integrations/hubspot.md): Connect HubSpot CRM to your Agent - [LegiScan](https://docs.asteragents.com/integrations/legiscan.md): Track and monitor legislation across all 50 US states and Congress - [Lumonic](https://docs.asteragents.com/integrations/lumonic.md): Connect Lumonic to your Agent for portfolio data and financial reporting - [MCP Servers](https://docs.asteragents.com/integrations/mcp-servers.md): Connect remote MCP servers to extend your agents with external tools - [Pinecone](https://docs.asteragents.com/integrations/pinecone.md): Connect your Pinecone vector database for semantic search and RAG applications - [Postgres](https://docs.asteragents.com/integrations/postgres.md): Enable your agents to query a Postgres database - [LLM Providers](https://docs.asteragents.com/integrations/providers.md): Add and manage API keys for supported LLM providers. - [Salesforce](https://docs.asteragents.com/integrations/salesforce.md): Connect Salesforce CRM to your Agent - [Snowflake](https://docs.asteragents.com/integrations/snowflake.md): Connect your Snowflake data warehouse to your Agent - [SQL Server](https://docs.asteragents.com/integrations/sql-server.md): Connect Microsoft SQL Server or Azure SQL Database to your Agent - [Welcome to Aster Agents](https://docs.asteragents.com/introduction.md): Build, manage, and collaborate with your AI workforce - [Agent Prompt Guide](https://docs.asteragents.com/promptguide.md): Learn how to effectively communicate with AI agents - [Quickstart](https://docs.asteragents.com/quickstart.md): Build your first agent in under 5 minutes - [Control Hub Overview](https://docs.asteragents.com/reference/control-hub-overview.md): Central workspace to manage agents, providers, models, integrations, and settings. - [Security & Compliance](https://docs.asteragents.com/security.md): Comprehensive security and compliance information for Aster Agents platform - [Roles & Permissions](https://docs.asteragents.com/settings/roles-permissions.md): Manage organization roles and permissions to control access to agents and features - [Get Airtable Schema Tool](https://docs.asteragents.com/tools/airtable_get_schema.md): Discover accessible Airtable bases, or inspect the tables, fields, and views inside a base - [Manage Airtable Records Tool](https://docs.asteragents.com/tools/airtable_manage_records.md): Create, read, update, upsert, or delete records in an Airtable table — with batch support and typecast - [Search Airtable Tool](https://docs.asteragents.com/tools/airtable_search.md): Query records in an Airtable table with free-text search, formula filters, or a plain list — with sort, field selection, and view scoping - [Ask User Question Tool](https://docs.asteragents.com/tools/ask_user_question.md): Pause agent execution to ask the user interactive questions before continuing - [Ask Web Tool](https://docs.asteragents.com/tools/ask_web.md): Ask questions and get answers using real-time web data and AI - [Call Agent Tool](https://docs.asteragents.com/tools/call_agent.md): Call other agents on the Aster platform for specialized tasks and collaboration - [Call API Tool](https://docs.asteragents.com/tools/call_api.md): Make HTTP requests to any API endpoint and process the response - [ElevenLabs Speech to Text](https://docs.asteragents.com/tools/elevenlabs_speech_to_text.md): Transcribe audio and video to text with diarization, event tagging, and auto language detection - [ElevenLabs Text to Speech](https://docs.asteragents.com/tools/elevenlabs_text_to_speech.md): Generate natural-sounding spoken audio from text using ElevenLabs voices - [Execute Python Tool](https://docs.asteragents.com/tools/execute_python.md): Run Python code in a secure Jupyter notebook environment with rich output support - [Get Business Reviews Tool](https://docs.asteragents.com/tools/get_business_reviews.md): Fetch Google reviews for a business by place_id, or auto-lookup by business name - [Load Skill](https://docs.asteragents.com/tools/load_skill.md): Load on-demand agent skills with instructions and bundled files - [Manage Agents Tool](https://docs.asteragents.com/tools/manage_agents.md): List, create, and update agents in your organization — from within an agent conversation - [Postgres SQL Tool](https://docs.asteragents.com/tools/postgres_sql.md): Execute SQL queries on your Postgres database with automatic safety limits - [Query Pinecone Tool](https://docs.asteragents.com/tools/query_pinecone.md): Search vector embeddings in Pinecone for semantic similarity and document retrieval - [Read Subreddit Tool](https://docs.asteragents.com/tools/read_subreddit.md): Get posts from specific Reddit communities with filtering and sorting options - [Schedule Task Tool](https://docs.asteragents.com/tools/schedule_task.md): Let agents create scheduled tasks during conversations to automate recurring work - [Scrape URL Tool](https://docs.asteragents.com/tools/scrape_url.md): Extract content from web pages and PDFs for analysis and processing - [Search Google Tool](https://docs.asteragents.com/tools/search_google.md): Get Google search results including organic results, answer boxes, and related questions - [Search Google Maps Tool](https://docs.asteragents.com/tools/search_google_maps.md): Find businesses and places on Google Maps — returns place_id, address, rating, website, hours, and more - [Search Knowledge Base](https://docs.asteragents.com/tools/search_knowledge_base.md): Search through knowledge bases for relevant information - [Search Reddit Tool](https://docs.asteragents.com/tools/search_reddit.md): Search Reddit posts and comments for specific topics and discussions - [Search TikTok Tool](https://docs.asteragents.com/tools/search_tiktok.md): Search TikTok videos and comments for trending content and social insights - [Send Email Tool](https://docs.asteragents.com/tools/send_email.md): Send HTML emails to one or multiple recipients - [Snowflake SQL Tool](https://docs.asteragents.com/tools/snowflake_sql.md): Execute SQL queries on your Snowflake data warehouse with enterprise-grade performance - [Write to Knowledge Base](https://docs.asteragents.com/tools/write_to_knowledge_base.md): Save files to a knowledge base from agent conversations ## OpenAPI Specs - [openapi](https://docs.asteragents.com/openapi.yaml) ## Optional - [Aster Agents Dashboard](https://www.asteragents.com/dashboard)