# AgentField > Machine-readable docs index for the AgentField control plane and SDKs. Contract-Version: 2026-03-24-v1 Docs-Revision: b581ec4ced1c AgentField provides production primitives for agent systems: Agents, Reasoners, Skills, Harness integrations, cross-agent calls, discovery, memory, DID authentication, verifiable credentials, and workflow tracing. ## Core Concepts - Agents: Production microservice containers for registered functions and control-plane integration - Skills: Deterministic functions for repeatable work - Reasoners: LLM-backed functions with schema-aware inputs and outputs - Harness: Dispatches prompts to external coding agents such as Claude Code, Codex, Gemini, and OpenCode ## Key Differentiators - Cross-agent calls through the control plane - Discovery by agent, capability, tags, and health - Shared memory with workflow, session, actor, and global scopes - Async execution, webhooks, and human-in-the-loop approvals - DID authentication and verifiable credentials for governed execution - Python, TypeScript, and Go SDKs ## Quick Start ``` pip install agentfield # Python npm install @agentfield/sdk # TypeScript go get github.com/Agent-Field/agentfield/sdk/go # Go ``` ## Machine Endpoints - Docs manifest (JSON): https://agentfield.ai/docs-ai.json - Full docs corpus: https://agentfield.ai/llms-full.txt - Per-page markdown: https://agentfield.ai/llm/docs/ - Minimal OpenAPI discovery stub: https://agentfield.ai/openapi.json - Plugin/discovery manifest: https://agentfield.ai/.well-known/ai-plugin.json ## Documentation Pages - Quickstart: https://agentfield.ai/docs/learn/quickstart - Features: https://agentfield.ai/docs/learn/features - Python SDK: https://agentfield.ai/docs/reference/sdks/python - TypeScript SDK: https://agentfield.ai/docs/reference/sdks/typescript - Go SDK: https://agentfield.ai/docs/reference/sdks/go - REST API: https://agentfield.ai/docs/reference/sdks/rest-api - CLI Reference: https://agentfield.ai/docs/reference/sdks/cli - Deployment: https://agentfield.ai/docs/reference/deploy - Testing: https://agentfield.ai/docs/reference/testing - Troubleshooting: https://agentfield.ai/docs/reference/troubleshooting ## Open Source Ecosystem AgentField has open-source example projects and companion repositories in the AgentField GitHub organization. Browse the organization: https://github.com/agent-field ## Links - Documentation: https://agentfield.ai/docs - GitHub: https://github.com/agent-field/agentfield - Blog: https://agentfield.ai/blog - Discord: https://discord.gg/aBHaXMkpqh - Machine-readable manifest: https://agentfield.ai/docs-ai.json - Full LLM context: https://agentfield.ai/llms-full.txt