# ClarkOS ## Docs - [Consciousness API](https://docs.clarkos.dev/api-reference/consciousness.md): Endpoints for the consciousness layer - [API Reference](https://docs.clarkos.dev/api-reference/introduction.md): Complete REST API documentation for ClarkOS agents - [Memories API](https://docs.clarkos.dev/api-reference/memories.md): Endpoints for the agent memory system - [Agent SDK](https://docs.clarkos.dev/api-reference/sdk/agent.md): TypeScript SDK for building ClarkOS agents - [Memory Store SDK](https://docs.clarkos.dev/api-reference/sdk/memory-store.md): SDK reference for the memory system - [Plugins SDK](https://docs.clarkos.dev/api-reference/sdk/plugins.md): SDK reference for building plugins - [State API](https://docs.clarkos.dev/api-reference/state.md): Endpoints for agent state and activity logs - [Agents](https://docs.clarkos.dev/concepts/agents.md): Understanding ClarkOS agent architecture - [Consciousness Layer](https://docs.clarkos.dev/concepts/consciousness.md): Higher-order thought synthesis and moments of brilliance - [Memory System](https://docs.clarkos.dev/concepts/memory.md): Multi-layered cognitive memory inspired by human psychology - [Tick System](https://docs.clarkos.dev/concepts/tick-system.md): The heartbeat of autonomous agent execution - [Basic Agent](https://docs.clarkos.dev/examples/basic-agent.md): A minimal autonomous agent example - [Social Agent](https://docs.clarkos.dev/examples/social-agent.md): An agent that engages across social platforms - [Trading Agent](https://docs.clarkos.dev/examples/trading-agent.md): An agent that monitors markets and makes paper trades - [Building Custom Plugins](https://docs.clarkos.dev/guides/custom-plugins.md): Extend your agent with custom capabilities - [Deployment](https://docs.clarkos.dev/guides/deployment.md): Deploy your ClarkOS agent to production - [Memory Management](https://docs.clarkos.dev/guides/memory-management.md): Advanced techniques for managing agent memory - [Testing](https://docs.clarkos.dev/guides/testing.md): Test framework and guidelines for ClarkOS agents - [Your First Agent](https://docs.clarkos.dev/guides/your-first-agent.md): Build an autonomous thinking agent that demonstrates ClarkOS's unique architecture - [ClarkOS](https://docs.clarkos.dev/index.md): Build autonomous agents with persistent memory & realtime intelligence - [Installation](https://docs.clarkos.dev/installation.md): Set up ClarkOS in your project - [Built-in Services](https://docs.clarkos.dev/plugins/official.md): Data services included with the ink SDK - [Plugin Overview](https://docs.clarkos.dev/plugins/overview.md): Extending agents with plugins and services - [Quickstart](https://docs.clarkos.dev/quickstart.md): Deploy your first ClarkOS agent in under 5 minutes ## OpenAPI Specs - [openapi](https://docs.clarkos.dev/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/clarkOS/clark)