# Stride Agents ## Docs - [Create Agent](https://docs.strideagents.com/api-reference/agents/create-agent.md): Create a new AI voice agent. Requires API key authentication via Authorization: Bearer or X-API-Key header. - [Delete Agent](https://docs.strideagents.com/api-reference/agents/delete-agent.md): Soft-delete an agent by setting deleted_at to the current timestamp. - [Get Agent](https://docs.strideagents.com/api-reference/agents/get-agent.md): Retrieve a specific agent by ID. - [List Agents](https://docs.strideagents.com/api-reference/agents/list-agents.md): List agents for the authenticated organization. - [Update Agent](https://docs.strideagents.com/api-reference/agents/update-agent.md): Partially update an agent. Only provided fields are changed. - [Create Call](https://docs.strideagents.com/api-reference/calls/create-call.md): Initiate an AI-powered outbound phone call. Requires API key authentication via Authorization: Bearer or X-API-Key header. - [Delete Call](https://docs.strideagents.com/api-reference/calls/delete-call.md): Soft-delete a call record by setting deleted_at to the current timestamp. - [Get Call](https://docs.strideagents.com/api-reference/calls/get-call.md): Retrieve details for a specific call by ID. - [List Calls](https://docs.strideagents.com/api-reference/calls/list-calls.md): List calls for the authenticated organization. - [Update Call](https://docs.strideagents.com/api-reference/calls/update-call.md): Update metadata or status on an existing call record. - [API Reference](https://docs.strideagents.com/api-reference/introduction.md): Complete reference for the Stride Agents API - [Add Source](https://docs.strideagents.com/api-reference/knowledge-bases/add-source.md): Create a new source and attach it to the specified knowledge base. - [Create Knowledge Base](https://docs.strideagents.com/api-reference/knowledge-bases/create-knowledge-base.md): Create a new knowledge base for the authenticated organization. - [Delete Knowledge Base](https://docs.strideagents.com/api-reference/knowledge-bases/delete-knowledge-base.md): Delete a knowledge base and its source associations. - [Delete Source](https://docs.strideagents.com/api-reference/knowledge-bases/delete-source.md): Detach a source from the knowledge base and delete the source record. - [Get Knowledge Base](https://docs.strideagents.com/api-reference/knowledge-bases/get-knowledge-base.md): Retrieve a knowledge base by ID, including its attached sources. - [List Knowledge Bases](https://docs.strideagents.com/api-reference/knowledge-bases/list-knowledge-bases.md): List knowledge bases for the authenticated organization. - [Create Phone Number](https://docs.strideagents.com/api-reference/phone-numbers/create-phone-number.md): Register a phone number record. Requires API key authentication via Authorization: Bearer or X-API-Key header. - [Delete Phone Number](https://docs.strideagents.com/api-reference/phone-numbers/delete-phone-number.md): Permanently delete a phone number record. - [Get Phone Number](https://docs.strideagents.com/api-reference/phone-numbers/get-phone-number.md): Retrieve a specific phone number by ID. - [List Phone Numbers](https://docs.strideagents.com/api-reference/phone-numbers/list-phone-numbers.md): List phone numbers for the authenticated organization. - [Update Phone Number](https://docs.strideagents.com/api-reference/phone-numbers/update-phone-number.md): Partially update a phone number record. - [Create Tool](https://docs.strideagents.com/api-reference/tools/create-tool.md): Create a new tool (function, webhook, or API integration). Requires API key authentication via Authorization: Bearer or X-API-Key header. - [Delete Tool](https://docs.strideagents.com/api-reference/tools/delete-tool.md): Permanently delete a tool by ID. - [Get Tool](https://docs.strideagents.com/api-reference/tools/get-tool.md): Retrieve a specific tool by its ID. - [List Tools](https://docs.strideagents.com/api-reference/tools/list-tools.md): List all tools for the authenticated organization. - [Update Tool](https://docs.strideagents.com/api-reference/tools/update-tool.md): Partially update a tool. Only provided fields will be updated. - [Get Voice](https://docs.strideagents.com/api-reference/voices/get-voice.md): Retrieve a voice by its voice_id. - [List Voices](https://docs.strideagents.com/api-reference/voices/list-voices.md): List available voices from the voice library. - [Authentication](https://docs.strideagents.com/authentication.md): Authenticate with the Stride Agents API - [Introduction](https://docs.strideagents.com/introduction.md): Build and deploy AI voice agents that make and receive phone calls - [Quickstart](https://docs.strideagents.com/quickstart.md): Make your first AI voice call in under 5 minutes ## OpenAPI Specs - [openapi](https://docs.strideagents.com/api-reference/openapi.json) ## Optional - [Dashboard](https://app.strideagents.com)