📄️ Built-in Tools
Your AI agent comes with built-in capabilities that allow it to take actions during conversations. You don't need to configure anything — simply describe what you want the agent to do in your Additional General Instructions.
📄️ API Tools
This guide walks you through creating an API tool that your AI agents can use to interact with external systems.
📄️ Authentication for API Tools
Store an API key, an OAuth2 client or a SOAP credential once and attach it to any API tool — injected server-side on every call, never visible to the AI agent.
📄️ Authentication Reference
The exact contract Orki speaks when it authenticates to your API — the token request it sends, the fields it reads back, caching, retries, and the SOAP header it emits.