# Logic Documentation ## Docs - [Agent IDs](https://docs.logic.inc/api-reference/agents/agent-id.md): How to get the ID of an agent using the Logic API - [Input Schema](https://docs.logic.inc/api-reference/agents/input-schemas.md): The input schema of an agent - [Output Schema](https://docs.logic.inc/api-reference/agents/output-schemas.md): The output schema of an agent - [Authorization](https://docs.logic.inc/api-reference/authorization.md): How to create an API token to access the API - [Dynamic Learning](https://docs.logic.inc/api-reference/execution-params/dynamic-learning.md): How Logic uses previous executions to improve future ones. - [Model Override](https://docs.logic.inc/api-reference/execution-params/model-override.md): How to specify a custom model when executing an agent - [Strict Mode](https://docs.logic.inc/api-reference/execution-params/strict-mode.md): How to use strict mode when executing an agent - [Tenant ID](https://docs.logic.inc/api-reference/execution-params/tenant-id.md): How to handle customer-specific data in Logic. - [Version](https://docs.logic.inc/api-reference/execution-params/version.md): How to specify the version of an agent you want to call. - [Past Agent Executions](https://docs.logic.inc/api-reference/executions/agent-executions.md): How to read and delete past agent executions - [Handling Errors](https://docs.logic.inc/api-reference/executions/errors.md): Error handling in the Logic API - [Executing an Agent](https://docs.logic.inc/api-reference/executions/executing.md): How to execute an agent using the Logic API - [Introduction to the Logic API](https://docs.logic.inc/api-reference/introduction.md): Welcome to the Logic API documentation - [Healthcheck](https://docs.logic.inc/api-reference/other/healthcheck.md): How to check your connection to the Logic server - [Java Setup](https://docs.logic.inc/api-reference/other/java-setup.md): Java-specific setup for using the Logic API - [Quick Start](https://docs.logic.inc/api-reference/quick-start.md): How to call the Logic API for the first time - [Account Settings](https://docs.logic.inc/guides/account-settings/account-settings.md): Manage your profile, appearance, and security settings - [Authentication Settings](https://docs.logic.inc/guides/account-settings/authentication-settings.md): Manage your authentication settings - [Manage Sessions](https://docs.logic.inc/guides/account-settings/list-sessions.md): View and manage your active sessions - [Creating and Editing Agents](https://docs.logic.inc/guides/agent-editing/creating-and-editing-agents.md): Creating agents manually and editing them in Logic - [Deleting an Agent](https://docs.logic.inc/guides/agent-editing/deleting-agents.md): How to delete an agent in Logic - [Generating Agents from Description](https://docs.logic.inc/guides/agent-editing/generating-agents-from-description.md): Create Logic agents quickly by describing what you need - [Using the Logic Dashboard](https://docs.logic.inc/guides/agent-editing/logic-dashboard.md): How to use the Logic dashboard to manage your agents - [Making a New Agent](https://docs.logic.inc/guides/agent-editing/making-agents.md): Choose how to create your first agent in Logic - [Generating 3D Objects](https://docs.logic.inc/guides/example-agents/3dobj.md): How to make an agent that generates 3D objects - [Importing a Document (PDF, Word, Excel)](https://docs.logic.inc/guides/example-agents/pdf.md): How to make an agent that reads from a PDF or Office document - [Song Recommender](https://docs.logic.inc/guides/example-agents/song-recommender.md): How to make an agent that analyzes user input to make a recommendation - [Using Logic as an MCP Server](https://docs.logic.inc/guides/integration-and-testing/MCP-servers.md): How to configure and use Logic agents as MCP Servers - [Using the API](https://docs.logic.inc/guides/integration-and-testing/api.md): Using the API for your agent - [Email Execution](https://docs.logic.inc/guides/integration-and-testing/email-execution.md): Triggering agent executions by sending an email - [Integrating Your Agent](https://docs.logic.inc/guides/integration-and-testing/integration.md): Getting started with the API for your agent - [Agent Schemas](https://docs.logic.inc/guides/integration-and-testing/schemas.md): Understanding the input and output schema of an agent - [Sending Emails](https://docs.logic.inc/guides/integration-and-testing/send-email.md): Send emails to organization members from within an agent execution - [Testing Your Agent](https://docs.logic.inc/guides/integration-and-testing/testing.md): Validating your agent before publishing - [Introduction to Logic](https://docs.logic.inc/guides/introduction.md): Welcome to Logic's Documentation - [Accounts](https://docs.logic.inc/guides/organization-settings/accounts.md): Manage your Logic team members and settings - [API Keys](https://docs.logic.inc/guides/organization-settings/api-keys.md): Create and manage your API keys - [Billing](https://docs.logic.inc/guides/organization-settings/billing.md): Manage your billing information - [Knowledge Library](https://docs.logic.inc/guides/organization-settings/knowledge-library.md): Upload and manage files your agents can search during execution - [Organization](https://docs.logic.inc/guides/organization-settings/organization.md): Manage your organization settings and compliance features - [The Logic Bits Publication](https://docs.logic.inc/guides/other/logic-bits.md): Logic Bits is the official publication for Logic, where you can find essays, experiments, and ideas on AI, product design, and more. - [What Makes a Good Agent?](https://docs.logic.inc/guides/other/making-a-good-agent.md): How to write good agents in Logic - [Server Status](https://docs.logic.inc/guides/other/server-status.md): Checking the status of Logic's servers - [Understanding Agents](https://docs.logic.inc/guides/other/understanding-agents.md): How to get started with agents in Logic - [Pricing Tiers](https://docs.logic.inc/guides/pricing-tiers.md): Compare Logic pricing tiers and their features - [Quick Start](https://docs.logic.inc/guides/quick-start.md): How to get started with agents in Logic - [HTTP Tools](https://docs.logic.inc/guides/tools/http-tools.md): Enable your agents to make external HTTP requests - [MCP Client Integrations](https://docs.logic.inc/guides/tools/mcp-clients.md): Connect your Logic agents to external MCP servers and third-party tools - [Observability](https://docs.logic.inc/guides/versions-and-history/observability.md): Monitor execution stats, errors, and activity for your agents - [Spec History](https://docs.logic.inc/guides/versions-and-history/spec-history.md): Track and restore previous versions of your agent's spec - [Agent Scope](https://docs.logic.inc/mcp/agent-scope.md): Control which Logic agents are accessible through your MCP server - [Asynchronous Task Execution](https://docs.logic.inc/mcp/async-tasks.md): Handle long-running Logic workflows efficiently with async MCP support - [ChatGPT Integration](https://docs.logic.inc/mcp/integrations/chatgpt.md): Connect Logic MCP servers to ChatGPT - [Claude Code CLI Integration](https://docs.logic.inc/mcp/integrations/claude-code.md): Connect Logic MCP servers to Claude Code command-line interface - [Claude Desktop Integration](https://docs.logic.inc/mcp/integrations/claude-desktop.md): Connect Logic MCP servers to Claude desktop application - [Codex CLI Integration](https://docs.logic.inc/mcp/integrations/codex.md): Connect Logic MCP servers to Codex command-line interface - [Gemini CLI Integration](https://docs.logic.inc/mcp/integrations/gemini.md): Connect Logic MCP servers to Gemini command-line interface - [MCP Introduction](https://docs.logic.inc/mcp/introduction.md): Understanding Logic's Model Context Protocol server implementation - [MCP Quick Start](https://docs.logic.inc/mcp/quick-start.md): Create your first Logic MCP server in minutes ## Optional - [Logic Dashboard](https://app.logic.inc)