Developer quickstart
This API documentation serves as your gateway to integrating with and enhancing our platform's capabilities. Utilize our client libraries and services to:
- Add specific functionalities through skills.
- Extend core platform features with services and other assets.
- Automate processes using Python code (SBL).
- Manage and deploy solutions efficiently using CLI tooling.
Intrinsic provides software development environments that facilitate programmatically extending the Intrinsic platform. Follow the guides to set up your development environment.
To get started, identify your objective and explore the relevant resources:
Building solutions and automating processes
Learn how to create solutions using Solution building library (SBL) and programmatically interact with existing skills.
Creating new skills or services
Refer to the documentation for the underlying RPC service APIs. Our client libraries provide code interfaces for various platform capabilities (e.g., perception, icon).
Understanding skill functionality in processes
Review the documentation on skills within a process, often based on the skill manifest.
Explore Our Documentation Resources
- gRPC API References: Detailed technical specifications generated from our service proto definitions.
- Client Library Documentation: Guides for using our code interfaces to interact with APIs.
- Usage Guides: Practical examples and explanations for specific API functionalities.