# Test Mintlify Docs > Test Mintlify Docs ## Docs - [Create agent](https://docs.shiptheworks.com/api-reference/agents/create-agent.md) - [Create knowledge base (text or url)](https://docs.shiptheworks.com/api-reference/agents/create-knowledge-base-text-or-url.md) - [Delete knowledge base](https://docs.shiptheworks.com/api-reference/agents/delete-knowledge-base.md) - [Get agent (with nested sub-resources)](https://docs.shiptheworks.com/api-reference/agents/get-agent-with-nested-sub-resources.md) - [List agent actions (across all integrations)](https://docs.shiptheworks.com/api-reference/agents/list-agent-actions-across-all-integrations.md) - [List agent channels](https://docs.shiptheworks.com/api-reference/agents/list-agent-channels.md) - [List agent conversation flows](https://docs.shiptheworks.com/api-reference/agents/list-agent-conversation-flows.md) - [List agent integrations (type, config fields, nested actions)](https://docs.shiptheworks.com/api-reference/agents/list-agent-integrations-type-config-fields-nested-actions.md) - [List agent knowledge bases](https://docs.shiptheworks.com/api-reference/agents/list-agent-knowledge-bases.md) - [List agents](https://docs.shiptheworks.com/api-reference/agents/list-agents.md) - [Update agent](https://docs.shiptheworks.com/api-reference/agents/update-agent.md) - [Update knowledge base](https://docs.shiptheworks.com/api-reference/agents/update-knowledge-base.md) - [List calls (coming soon)](https://docs.shiptheworks.com/api-reference/calls/list-calls-coming-soon.md) - [Get conversation](https://docs.shiptheworks.com/api-reference/conversations/get-conversation.md) - [Issue SSE stream ticket](https://docs.shiptheworks.com/api-reference/conversations/issue-sse-stream-ticket.md): Exchange the API key for a short-lived (~60s), single-use ticket, then open the live message stream at GET .../messages/stream?ticket=. Required because EventSource cannot send Authorization headers. The ticket is bound to this agent + conversation and consumed on first use. Requires the con… - [List conversations](https://docs.shiptheworks.com/api-reference/conversations/list-conversations.md) - [List messages](https://docs.shiptheworks.com/api-reference/conversations/list-messages.md) - [Send message (channel resolved from the conversation)](https://docs.shiptheworks.com/api-reference/conversations/send-message-channel-resolved-from-the-conversation.md) - [Stream messages (Server-Sent Events)](https://docs.shiptheworks.com/api-reference/conversations/stream-messages-server-sent-events.md): Server-Sent Events (text/event-stream) feed of new messages for a conversation. Authenticate with a `ticket` obtained from POST .../stream-ticket (no API key header here, since EventSource cannot set headers). Supports reconnect/catch-up via the `Last-Event-ID` header (automatically sent by EventSou… - [Create workflow](https://docs.shiptheworks.com/api-reference/workflows/create-workflow.md) - [Delete workflow (owned only)](https://docs.shiptheworks.com/api-reference/workflows/delete-workflow-owned-only.md) - [Get workflow](https://docs.shiptheworks.com/api-reference/workflows/get-workflow.md) - [List workflows](https://docs.shiptheworks.com/api-reference/workflows/list-workflows.md): scope=owned (default) returns team-owned workflows; scope=public returns public/recommended marketplace workflows (read-only). - [Update workflow (owned only)](https://docs.shiptheworks.com/api-reference/workflows/update-workflow-owned-only.md) - [Introduction](https://docs.shiptheworks.com/index.md): Welcome to your project - [Quickstart](https://docs.shiptheworks.com/quickstart.md): Begin with a guide on the fastest path to a successful outcome ## OpenAPI Specs - [openapi](https://docs.shiptheworks.com/docs/openapi.yaml) - [openapi-console](https://docs.shiptheworks.com/openapi-console.yaml) ## Optional - [Documentation](https://mintlify.com/docs) - [Blog](https://mintlify.com/blog)