IntentProject represents the execution context for MCP tool operations.
- idUnique (within a single organization), immutable name of the intent context.
- nameFancy, mutable name of the intent context to show in the UI.
- descriptionFree-form intent context description for the users, supports Markdown.
- spaceSpace!ID of the space this IntentProject belongs to.
- createdAtUnix timestamp representing the intent context creation.
- updatedAtUnix timestamp of the last intent context update.
- lastUsedAtUnix timestamp when this intent context was last used.
- createdByWho created this intent context.
- lockedBySessionIDSession ID that has locked this intent context.
- lockedBySessionAtUnix timestamp when this intent context was locked.
- awsIntegrationIntentProjectAttachments[AwsIntegrationIntentProjectAttachment!]!AWS integrations attached to this intent context.
- sessions[IntentSession!]!Sessions associated with this intent context.
- attachedPolicies[IntentProjectPolicyAttachment!]!List of policies attached to this project
- attachablePolicies[Policy!]!List of policies that can be attached to this project.